Add X-GM-LABELS to `gnus-extra-headers'
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 5 Feb 2015 04:42:27 +0000 (15:42 +1100)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 5 Feb 2015 04:42:27 +0000 (15:42 +1100)
* gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
as a default.

lisp/ChangeLog
lisp/gnus-sum.el

index 949d45a..f272df9 100644 (file)
@@ -1,5 +1,8 @@
 2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
 
 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.
 
        * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
        correct server.
 
index 43fd7f7..66b1050 100644 (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.")
 
   '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."
   "*Extra headers to parse."
-  :version "24.1"                       ; added Cc Keywords Gcc
+  :version "25.1"
   :group 'gnus-summary
   :type '(repeat symbol))
 
   :group 'gnus-summary
   :type '(repeat symbol))