lisp/gnus/gnus-sum.el (gnus-extra-headers): Add X-GM-LABELS

This commit is contained in:
Lars Magne Ingebrigtsen 2015-02-05 04:48:28 +00:00 committed by Katsumi Yamaoka
parent 586b2b1403
commit 4f6901c3fc
2 changed files with 5 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
* gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
as a default.
* nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
correct server.

View file

@ -1160,9 +1160,9 @@ which it may alter in any way."
'mail-decode-encoded-address-string
"Function used to decode addresses with encoded words.")
(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups)
(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS)
"*Extra headers to parse."
:version "24.1" ; added Cc Keywords Gcc
:version "25.1"
:group 'gnus-summary
:type '(repeat symbol))