aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/gnus/ChangeLog3
-rw-r--r--lisp/gnus/gnus-sum.el4
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog
index bd34bebf51a..0616a9eaa88 100644
--- a/lisp/gnus/ChangeLog
+++ b/lisp/gnus/ChangeLog
@@ -1,5 +1,8 @@
12015-02-05 Lars Ingebrigtsen <larsi@gnus.org> 12015-02-05 Lars Ingebrigtsen <larsi@gnus.org>
2 2
3 * gnus-sum.el (gnus-extra-headers): Add the popular Gmail X-GM-LABELS
4 as a default.
5
3 * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the 6 * nnimap.el (nnimap-request-group-scan): Ensure that we've selected the
4 correct server. 7 correct server.
5 8
diff --git a/lisp/gnus/gnus-sum.el b/lisp/gnus/gnus-sum.el
index 43fd7f73927..66b1050acc4 100644
--- a/lisp/gnus/gnus-sum.el
+++ b/lisp/gnus/gnus-sum.el
@@ -1160,9 +1160,9 @@ which it may alter in any way."
1160 'mail-decode-encoded-address-string 1160 'mail-decode-encoded-address-string
1161 "Function used to decode addresses with encoded words.") 1161 "Function used to decode addresses with encoded words.")
1162 1162
1163(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups) 1163(defcustom gnus-extra-headers '(To Cc Keywords Gcc Newsgroups X-GM-LABELS)
1164 "*Extra headers to parse." 1164 "*Extra headers to parse."
1165 :version "24.1" ; added Cc Keywords Gcc 1165 :version "25.1"
1166 :group 'gnus-summary 1166 :group 'gnus-summary
1167 :type '(repeat symbol)) 1167 :type '(repeat symbol))
1168 1168