]> code.delx.au - gnu-emacs/commitdiff
doc/misc/gnus.texi (Support for IMAP Extensions): Document Gmail labels
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Thu, 5 Feb 2015 03:54:23 +0000 (03:54 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Thu, 5 Feb 2015 03:54:23 +0000 (03:54 +0000)
doc/misc/ChangeLog
doc/misc/gnus.texi

index 534dd108a665d978818fc7534ef9cce063363e5c..bff977dead5a0819125129caa7d634c8f0d0466b 100644 (file)
@@ -1,3 +1,7 @@
+2015-02-05  Lars Ingebrigtsen  <larsi@gnus.org>
+
+       * gnus.texi (Using IMAP): Fix menu node name.
+
 2015-02-04  Paul Eggert  <eggert@cs.ucla.edu>
 
        * texinfo.tex: Update from gnulib.
index cb808743ec203a3e278f3ee5188c3d710ea3f512..d714656457f9946e55abfac8b7a2bc8407093024 100644 (file)
@@ -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