(Fancy Mail Splitting): Include all necessary
authorKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 25 Jun 2002 10:52:41 +0000 (10:52 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Tue, 25 Jun 2002 10:52:41 +0000 (10:52 +0000)
variables in the Lisp example.

texi/ChangeLog
texi/gnus.texi

index 809ebc0..f856348 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Fancy Mail Splitting): Include all necessary
+       variables in the Lisp example.
+
 2002-06-22  Simon Josefsson  <jas@extundo.com>
 
        * gnus.texi (Pay Hashcash): Add.
index 34c3d30..c63c2f7 100644 (file)
@@ -13221,7 +13221,9 @@ To use this feature, you have to set @code{nnmail-treat-duplicates} and
 you can include @code{nnmail-split-fancy-with-parent} using the colon
 feature, like so:
 @lisp
-(setq nnmail-split-fancy
+(setq nnmail-treat-duplicates 'warn     ; or 'delete
+      nnmail-cache-accepted-message-ids t
+      nnmail-split-fancy
       '(| (: nnmail-split-fancy-with-parent)
           ;; other splits go here
         ))