aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Ingebrigtsen2022-01-21 12:48:03 +0100
committerLars Ingebrigtsen2022-01-21 12:48:03 +0100
commit606dfb60e38bc3237afaa63cd92ef6b738fd54a1 (patch)
treeb1c444492f9ee0f7d7bcf4ffabbe97f28724a1a8
parent4d866fc0f561b023cbc15ee52891cddfa1a354ef (diff)
downloademacs-606dfb60e38bc3237afaa63cd92ef6b738fd54a1.tar.gz
emacs-606dfb60e38bc3237afaa63cd92ef6b738fd54a1.zip
Clarify Splitting Mail in the Gnus manual
* doc/misc/gnus.texi (Splitting Mail): Clarify what happens when crossposting or not (bug#53307).
-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