From: Lars Magne Ingebrigtsen Date: Thu, 5 Feb 2015 03:54:23 +0000 (+0000) Subject: doc/misc/gnus.texi (Support for IMAP Extensions): Document Gmail labels X-Git-Tag: emacs-25.0.90~2008^2~113 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dfa676632dec19cef54afc977d063f0323e33f06;p=emacs.git doc/misc/gnus.texi (Support for IMAP Extensions): Document Gmail labels --- diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog index 534dd108a66..bff977dead5 100644 --- a/doc/misc/ChangeLog +++ b/doc/misc/ChangeLog @@ -1,3 +1,7 @@ +2015-02-05 Lars Ingebrigtsen + + * gnus.texi (Using IMAP): Fix menu node name. + 2015-02-04 Paul Eggert * texinfo.tex: Update from gnulib. diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index cb808743ec2..d714656457f 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi @@ -14182,6 +14182,7 @@ from different locations, or with different user agents. * Connecting to an IMAP Server:: Getting started with @acronym{IMAP}. * Customizing the IMAP Connection:: Variables for @acronym{IMAP} connection. * Client-Side IMAP Splitting:: Put mail in the correct mail box. +* Support for IMAP Extensions:: Getting extensions and labels from servers. @end menu @@ -14328,6 +14329,29 @@ Here's a complete example @code{nnimap} backend with a client-side @end example +@node Support for IMAP Extensions +@subsection Support for IMAP Extensions + +@cindex Gmail +@cindex X-GM-LABELS +@cindex IMAP labels + +If you're using Google's Gmail, you may want to see your Gmail labels +when reading your mail. Gnus can give you this information if you ask +for @samp{X-GM-LABELS} in the variable @code{gnus-extra-headers}. For +example: + +@example +(setq gnus-extra-headers + '(To Newsgroups X-GM-LABELS)) +@end example + +This will result in Gnus storing your labels in message header +structures for later use. The content is always a parenthesized +(possible empty) list. + + + @node Getting Mail @section Getting Mail @cindex reading mail