emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Gnus manual bug on nnimap splitting?


From: Teemu Likonen
Subject: Gnus manual bug on nnimap splitting?
Date: Sat, 30 Jan 2016 23:23:18 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.0.90 (gnu/linux)

Hi,

the info node "(gnus) Client-Side IMAP Splitting" says:

    ‘nnimap-split-methods’
         Uses the same syntax as ‘nnmail-split-methods’ [...]

OK, the same syntax as nnmail-split-methods. Then later in the same node
there is an example where the same variable is given a value with
_fancy_ splitting syntax:

         (nnimap "imap.example.com"
                 (nnimap-inbox "INBOX")
                 (nnimap-split-methods
                  (| ("MailScanner-SpamCheck" "spam" "spam.detected")
                     (to "address@hidden" "foo")
                     "undecided")))

Clearly a documentation bug. So maybe:

diff --git i/doc/misc/gnus.texi w/doc/misc/gnus.texi
index ab96684..8dd0c1b 100644
--- i/doc/misc/gnus.texi
+++ w/doc/misc/gnus.texi
@@ -14322,13 +14322,13 @@ Client-Side IMAP Splitting
 Here's a complete example @code{nnimap} backend with a client-side
 ``fancy'' splitting method:
 
 @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")))
 @end example
 
-- 
/// Teemu Likonen   - .-..   <https://github.com/tlikonen> //
// PGP: 4E10 55DC 84E9 DFF6 13D7 8557 719D 69D3 2453 9450 ///

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]