emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4f6901c: lisp/gnus/gnus-sum.el (gnus-extra-headers)


From: Katsumi Yamaoka
Subject: [Emacs-diffs] master 4f6901c: lisp/gnus/gnus-sum.el (gnus-extra-headers): Add X-GM-LABELS
Date: Thu, 05 Feb 2015 04:48:34 +0000

branch: master
commit 4f6901c3fcdacb4a6cb7bdcd694aab73db999748
Author: Lars Magne Ingebrigtsen <address@hidden>
Commit: Katsumi Yamaoka <address@hidden>

    lisp/gnus/gnus-sum.el (gnus-extra-headers): Add X-GM-LABELS
---
 lisp/gnus/ChangeLog   |    3 +++
 lisp/gnus/gnus-sum.el |    4 ++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index bd34beb..0616a9e 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,8 @@
 2015-02-05  Lars Ingebrigtsen  <address@hidden>
 
+       * 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/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 43fd7f7..66b1050 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/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))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]