aboutsummaryrefslogtreecommitdiffstats
path: root/doc/misc/gnus.texi
diff options
context:
space:
mode:
authorJoakim Verona2015-02-08 21:55:28 +0100
committerJoakim Verona2015-02-08 21:55:28 +0100
commit5e1d5ef39ca0d2fbff26d659f2ec6ce863b14529 (patch)
tree860e0d53399626aee6249ebb5f972879f403b228 /doc/misc/gnus.texi
parent148262ce3db990ed16989341345e232570b3a338 (diff)
parent7d631aa0ffab875e4979727f632703ad5b4100a2 (diff)
downloademacs-xwidget.tar.gz
emacs-xwidget.zip
merge masterxwidget
Diffstat (limited to 'doc/misc/gnus.texi')
-rw-r--r--doc/misc/gnus.texi24
1 files changed, 24 insertions, 0 deletions
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.
14182* Connecting to an IMAP Server:: Getting started with @acronym{IMAP}. 14182* Connecting to an IMAP Server:: Getting started with @acronym{IMAP}.
14183* Customizing the IMAP Connection:: Variables for @acronym{IMAP} connection. 14183* Customizing the IMAP Connection:: Variables for @acronym{IMAP} connection.
14184* Client-Side IMAP Splitting:: Put mail in the correct mail box. 14184* Client-Side IMAP Splitting:: Put mail in the correct mail box.
14185* Support for IMAP Extensions:: Getting extensions and labels from servers.
14185@end menu 14186@end menu
14186 14187
14187 14188
@@ -14328,6 +14329,29 @@ Here's a complete example @code{nnimap} backend with a client-side
14328@end example 14329@end example
14329 14330
14330 14331
14332@node Support for IMAP Extensions
14333@subsection Support for IMAP Extensions
14334
14335@cindex Gmail
14336@cindex X-GM-LABELS
14337@cindex IMAP labels
14338
14339If you're using Google's Gmail, you may want to see your Gmail labels
14340when reading your mail. Gnus can give you this information if you ask
14341for @samp{X-GM-LABELS} in the variable @code{gnus-extra-headers}. For
14342example:
14343
14344@example
14345(setq gnus-extra-headers
14346 '(To Newsgroups X-GM-LABELS))
14347@end example
14348
14349This will result in Gnus storing your labels in message header
14350structures for later use. The content is always a parenthesized
14351(possible empty) list.
14352
14353
14354
14331@node Getting Mail 14355@node Getting Mail
14332@section Getting Mail 14356@section Getting Mail
14333@cindex reading mail 14357@cindex reading mail