diff options
| author | Lars Magne Ingebrigtsen | 2015-02-05 03:54:23 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka | 2015-02-05 03:54:23 +0000 |
| commit | dfa676632dec19cef54afc977d063f0323e33f06 (patch) | |
| tree | 36567e18e5dda146a83be8933f1d09db011fe88b /doc | |
| parent | 742938f1e68415ffb9d39c939999c21a64b16d3b (diff) | |
| download | emacs-dfa676632dec19cef54afc977d063f0323e33f06.tar.gz emacs-dfa676632dec19cef54afc977d063f0323e33f06.zip | |
doc/misc/gnus.texi (Support for IMAP Extensions): Document Gmail labels
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/ChangeLog | 4 | ||||
| -rw-r--r-- | doc/misc/gnus.texi | 24 |
2 files changed, 28 insertions, 0 deletions
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 @@ | |||
| 1 | 2015-02-05 Lars Ingebrigtsen <larsi@gnus.org> | ||
| 2 | |||
| 3 | * gnus.texi (Using IMAP): Fix menu node name. | ||
| 4 | |||
| 1 | 2015-02-04 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2015-02-04 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * texinfo.tex: Update from gnulib. | 7 | * 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. | |||
| 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 | |||
| 14339 | If you're using Google's Gmail, you may want to see your Gmail labels | ||
| 14340 | when reading your mail. Gnus can give you this information if you ask | ||
| 14341 | for @samp{X-GM-LABELS} in the variable @code{gnus-extra-headers}. For | ||
| 14342 | example: | ||
| 14343 | |||
| 14344 | @example | ||
| 14345 | (setq gnus-extra-headers | ||
| 14346 | '(To Newsgroups X-GM-LABELS)) | ||
| 14347 | @end example | ||
| 14348 | |||
| 14349 | This will result in Gnus storing your labels in message header | ||
| 14350 | structures 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 |