[gnus git] branch master updated: m0-11-146-gf00e96c =1= Add X-GM-LABELS to `gnus-extra-headers'

Lars <[email protected]> Thu, 05 Feb 2015 05:42:49 +0100
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  f00e96c14eca2363de5214f14d63c7d01f626a47 (commit)
      from  10c00cefb79ea94c49a659b1f063218152e9b379 (commit)


- Log -----------------------------------------------------------------
commit f00e96c14eca2363de5214f14d63c7d01f626a47
Author: Lars Magne Ingebrigtsen <[email protected]>
Date:   Thu Feb 5 15:42:27 2015 +1100

    Add X-GM-LABELS to `gnus-extra-headers'
    
    * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
    as a default.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 949d45a..f272df9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
 2015-02-05  Lars Ingebrigtsen  <[email protected]>
 
+	* 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.
 
diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el
index 43fd7f7..66b1050 100644
--- a/lisp/gnus-sum.el
+++ b/lisp/gnus-sum.el
@@ -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))
 

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog   |    3 +++
 lisp/gnus-sum.el |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project