mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-18 10:57:34 +00:00
lisp/gnus/gnus-sum.el (gnus-extra-headers): Add X-GM-LABELS
This commit is contained in:
parent
586b2b1403
commit
4f6901c3fc
2 changed files with 5 additions and 2 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue