[gnus git] branch master updated: n0-12-8-g4fc3db8
Lars Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via 4fc3db870a731a7582cc77dc5f8436268adb58ed (commit)
from 638a01568efee4176085ccf2532aae4e4dd0fd92 (commit)
- Log -----------------------------------------------------------------
commit 4fc3db870a731a7582cc77dc5f8436268adb58ed
Author: Simon Josefsson <[email protected]>
Date: Mon Feb 21 15:11:24 2011 -0800
* nnimap.el (nnimap-inbox): Doc fix.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 015a159..c806913 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
+2011-02-21 Simon Josefsson <[email protected]>
+
+ * nnimap.el (nnimap-inbox): Doc fix.
+
2011-02-21 Chong Yidong <[email protected]>
* color.el (color-name-to-rgb): Rename from color-rgb->normalize.
diff --git a/lisp/nnimap.el b/lisp/nnimap.el
index 83b8c41..138875b 100644
--- a/lisp/nnimap.el
+++ b/lisp/nnimap.el
@@ -72,14 +72,15 @@ The default is to try `ssl' first, and then `network'.")
"ssh %s imapd"))
(defvoo nnimap-inbox nil
- "The mail box where incoming mail arrives and should be split out of.")
+ "The mail box where incoming mail arrives and should be split out of.
+For example, \"INBOX\".")
(defvoo nnimap-split-methods nil
"How mail is split.
-Uses the same syntax as nnmail-split-methods")
+Uses the same syntax as `nnmail-split-methods'.")
(defvoo nnimap-split-fancy nil
- "Uses the same syntax as nnmail-split-fancy.")
+ "Uses the same syntax as `nnmail-split-fancy'.")
(defvoo nnimap-unsplittable-articles '(%Deleted %Seen)
"Articles with the flags in the list will not be considered when splitting.")
-----------------------------------------------------------------------
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:
lisp/ChangeLog | 4 ++++
lisp/nnimap.el | 7 ++++---
2 files changed, 8 insertions(+), 3 deletions(-)
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