]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix IMAP doc example
authorTeemu Likonen <tlikonen@iki.fi>
Thu, 4 Feb 2016 03:09:06 +0000 (14:09 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Feb 2016 03:09:23 +0000 (14:09 +1100)
* doc/misc/gnus.texi (Client-Side IMAP Splitting): Fix example.

doc/misc/gnus.texi

index ab96684eb62b2ac86098bbfae775c393341f8ba4..8dd0c1ba9d5456261a94bb72d250b8fbee087512 100644 (file)
@@ -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")))