[gnus git] branch master updated: m0-11-142-g06c227c =2= Document Gmail labels ; Nore X-GM-LABELS
Lars <[email protected]> Thu, 05 Feb 2015 03:36:00 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 06c227cc448fbb09300a2a9f95853832a0e23772 (commit)
via 67613ed01f037a7b7ec7e32d041184e068435a59 (commit)
from 7835256ecaa92b169c77e8d13af0a37aa6ec7aa8 (commit)
- Log -----------------------------------------------------------------
commit 06c227cc448fbb09300a2a9f95853832a0e23772
Author: Trevor Murphy <[email protected]>
Date: Thu Feb 5 13:35:39 2015 +1100
Document Gmail labels
* gnus.texi (Support for IMAP Extensions): Document the Gmail label
extension.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 9e2012d..1335560 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-05 Trevor Murphy <[email protected]>
+
+ * gnus.texi (Support for IMAP Extensions): Document the Gmail label
+ extension.
+
2014-12-18 Eric Abrahamsen <[email protected]>
* gnus.texi (Gnus Registry Setup): Explain pruning changes. Mention
diff --git a/texi/gnus.texi b/texi/gnus.texi
index 2e9af52..d126c54 100644
--- a/texi/gnus.texi
+++ b/texi/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
commit 67613ed01f037a7b7ec7e32d041184e068435a59
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Thu Feb 5 13:31:18 2015 +1100
Nore X-GM-LABELS
diff --git a/GNUS-NEWS b/GNUS-NEWS
index 4f311e3..ee3584f 100644
--- a/GNUS-NEWS
+++ b/GNUS-NEWS
@@ -9,6 +9,8 @@ For older news, see Gnus info node "New Features".
* New features
+** nnimap can request and use the Gmail "X-GM-LABELS".
+
** New package `gnus-notifications.el' can send notifications when you
receive new messages.
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
GNUS-NEWS | 2 ++
texi/ChangeLog | 5 +++++
texi/gnus.texi | 24 ++++++++++++++++++++++++
3 files changed, 31 insertions(+)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project