aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--doc/misc/gnus.texi17
1 files changed, 11 insertions, 6 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi
index b3efdfbacba..306d66de64e 100644
--- a/doc/misc/gnus.texi
+++ b/doc/misc/gnus.texi
@@ -14838,12 +14838,17 @@ mail belongs in that group.
14838The last of these groups should always be a general one, and the regular 14838The last of these groups should always be a general one, and the regular
14839expression should @emph{always} be @samp{""} so that it matches any mails 14839expression should @emph{always} be @samp{""} so that it matches any mails
14840that haven't been matched by any of the other regexps. (These rules are 14840that haven't been matched by any of the other regexps. (These rules are
14841processed from the beginning of the alist toward the end. The first rule 14841processed from the beginning of the alist toward the end.
14842to make a match will ``win'', unless you have crossposting enabled. In 14842
14843that case, all matching rules will ``win''.) If no rule matched, the mail 14843If multiple rules match (excluding the general @samp{""} group), mail
14844will end up in the @samp{bogus} group. When new groups are created by 14844is crossposted to all these groups. However, if
14845splitting mail, you may want to run @code{gnus-group-find-new-groups} to 14845@code{nnmail-crosspost} is set to @code{nil}, the first rule to make a
14846see the new groups. This also applies to the @samp{bogus} group. 14846match will ``win''.
14847
14848If no rule matched, the mail will end up in the @samp{bogus} group.
14849When new groups are created by splitting mail, you may want to run
14850@code{gnus-group-find-new-groups} to see the new groups. This also
14851applies to the @samp{bogus} group.
14847 14852
14848If you like to tinker with this yourself, you can set this variable to a 14853If you like to tinker with this yourself, you can set this variable to a
14849function of your choice. This function will be called without any 14854function of your choice. This function will be called without any