[gnus git] branch master updated: m0-13-124-ga2f546c =1= Fix IMAP doc example
Katsumi Yamaoka <[email protected]> Thu, 04 Feb 2016 08:06:17 +0100
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via a2f546c9c8a27317f81861ebdce22e182514a368 (commit)
from 3bdb5d9ef262b8af29b2ae8adafde6d523a0fae4 (commit)
- Log -----------------------------------------------------------------
commit a2f546c9c8a27317f81861ebdce22e182514a368
Author: Teemu Likonen <[email protected]>
Date: Thu Feb 4 07:05:16 2016 +0000
Fix IMAP doc example
* gnus.texi (Client-Side IMAP Splitting): Fix example.
diff --git a/texi/ChangeLog b/texi/ChangeLog
index 65ba0e5..920dddb 100644
--- a/texi/ChangeLog
+++ b/texi/ChangeLog
@@ -1,3 +1,9 @@
+2016-02-04 Teemu Likonen <[email protected]>
+
+ Fix IMAP doc example.
+
+ * gnus.texi (Client-Side IMAP Splitting): Fix example.
+
2015-12-13 Jens Lechtenboerger <[email protected]>
* message.texi (Security, Using S/MIME):
diff --git a/texi/gnus.texi b/texi/gnus.texi
index b664c80..b762911 100644
--- a/texi/gnus.texi
+++ b/texi/gnus.texi
@@ -14325,7 +14325,7 @@ Here's a complete example @code{nnimap} backend with a client-side
@example
(nnimap "imap.example.com"
(nnimap-inbox "INBOX")
- (nnimap-split-methods
+ (nnimap-split-fancy
(| ("MailScanner-SpamCheck" "spam" "spam.detected")
(to "foo@@bar.com" "foo")
"undecided")))
-----------------------------------------------------------------------
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:
texi/ChangeLog | 6 ++++++
texi/gnus.texi | 2 +-
2 files changed, 7 insertions(+), 1 deletion(-)
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