(Mail Back End Variables): Document
authorKai Grossjohann <kgrossjo@eu.uu.net>
Thu, 27 Jun 2002 14:58:39 +0000 (14:58 +0000)
committerKai Grossjohann <kgrossjo@eu.uu.net>
Thu, 27 Jun 2002 14:58:39 +0000 (14:58 +0000)
nnmail-cache-ignore-groups.  Xref Fancy Mail Splitting.
(Fancy Mail Splitting): Mention nnmail-cache-ignore-groups and
why it is useful.

texi/ChangeLog
texi/gnus.texi

index f856348..d341985 100644 (file)
@@ -1,3 +1,10 @@
+2002-06-27  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
+
+       * gnus.texi (Mail Back End Variables): Document
+       nnmail-cache-ignore-groups.  Xref Fancy Mail Splitting.
+       (Fancy Mail Splitting): Mention nnmail-cache-ignore-groups and
+       why it is useful.
+
 2002-06-25  Kai Gro\e,b_\e(Bjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
 
        * gnus.texi (Fancy Mail Splitting): Include all necessary
index c63c2f7..8a66c32 100644 (file)
@@ -13062,6 +13062,16 @@ If non-@code{nil}, put the @code{Message-ID}s of articles imported into
 the back end (via @code{Gcc}, for instance) into the mail duplication
 discovery cache.  The default is @code{nil}.
 
+@item nnmail-cache-ignore-groups
+@vindex nnmail-cache-ignore-groups
+This can be a regular expression or a list of regular expressions.
+Group names that match any of the regular expressions will never be
+recorded in the @code{Message-ID} cache.
+
+This can be useful, for example, when using Fancy Splitting
+(@pxref{Fancy Mail Splitting}) together with the function
+@code{nnmail-split-fancy-with-parent}.
+
 @end table
 
 
@@ -13248,6 +13258,13 @@ When @code{nnmail-cache-accepted-message-ids} is non-@code{nil}, Gnus
 also records the message ids of moved articles, so that the followup
 messages goes into the new group.
 
+Also see the variable @code{nnmail-cache-ignore-groups} if you don't
+want certain groups to be recorded in the cache.  For example, if all
+outgoing messages are written to an `outgoing' group, you could set
+@code{nnmail-cache-ignore-groups} to match that group name.
+Otherwise, answers to all your messages would end up in the
+`outgoing' group.
+
 
 @node Group Mail Splitting
 @subsection Group Mail Splitting