Remove nnimap-split-rule from examples.
authorTed Zlatanov <tzz@lifelogs.com>
Thu, 30 Sep 2010 22:13:19 +0000 (17:13 -0500)
committerTed Zlatanov <tzz@lifelogs.com>
Thu, 30 Sep 2010 22:13:19 +0000 (17:13 -0500)
* gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove
nnimap-split-rule from examples.

texi/ChangeLog
texi/gnus.texi

index 5eae251..71ff07d 100644 (file)
@@ -1,3 +1,8 @@
+2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
+
+       * gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove
+       nnimap-split-rule from examples.
+
 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
index f357126..b2f70f6 100644 (file)
@@ -24166,8 +24166,8 @@ From Ted Zlatanov <tzz@@lifelogs.com>.
  spam-move-spam-nonspam-groups-only nil
  spam-mark-only-unseen-as-spam t
  spam-mark-ham-unread-before-move-from-spam-group t
- nnimap-split-rule 'nnimap-split-fancy
  ;; @r{understand what this does before you copy it to your own setup!}
+ ;; @r{for nnimap you'll probably want to set nnimap-split-methods, see the manual}
  nnimap-split-fancy '(|
                       ;; @r{trace references to parents and put in their group}
                       (: gnus-registry-split-fancy-with-parent)
@@ -24889,8 +24889,8 @@ messages stay in @samp{INBOX}:
 @example
 (setq spam-use-spamoracle t
       spam-split-group "Junk"
+      ;; @r{for nnimap you'll probably want to set nnimap-split-methods, see the manual}
       nnimap-split-inbox '("INBOX")
-      nnimap-split-rule 'nnimap-split-fancy
       nnimap-split-fancy '(| (: spam-split) "INBOX"))
 @end example