diff options
| author | Lars Ingebrigtsen | 2022-01-21 12:48:03 +0100 |
|---|---|---|
| committer | Lars Ingebrigtsen | 2022-01-21 12:48:03 +0100 |
| commit | 606dfb60e38bc3237afaa63cd92ef6b738fd54a1 (patch) | |
| tree | b1c444492f9ee0f7d7bcf4ffabbe97f28724a1a8 | |
| parent | 4d866fc0f561b023cbc15ee52891cddfa1a354ef (diff) | |
| download | emacs-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.texi | 17 |
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. | |||
| 14838 | The last of these groups should always be a general one, and the regular | 14838 | The last of these groups should always be a general one, and the regular |
| 14839 | expression should @emph{always} be @samp{""} so that it matches any mails | 14839 | expression should @emph{always} be @samp{""} so that it matches any mails |
| 14840 | that haven't been matched by any of the other regexps. (These rules are | 14840 | that haven't been matched by any of the other regexps. (These rules are |
| 14841 | processed from the beginning of the alist toward the end. The first rule | 14841 | processed from the beginning of the alist toward the end. |
| 14842 | to make a match will ``win'', unless you have crossposting enabled. In | 14842 | |
| 14843 | that case, all matching rules will ``win''.) If no rule matched, the mail | 14843 | If multiple rules match (excluding the general @samp{""} group), mail |
| 14844 | will end up in the @samp{bogus} group. When new groups are created by | 14844 | is crossposted to all these groups. However, if |
| 14845 | splitting 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 |
| 14846 | see the new groups. This also applies to the @samp{bogus} group. | 14846 | match will ``win''. |
| 14847 | |||
| 14848 | If no rule matched, the mail will end up in the @samp{bogus} group. | ||
| 14849 | When 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 | ||
| 14851 | applies to the @samp{bogus} group. | ||
| 14847 | 14852 | ||
| 14848 | If you like to tinker with this yourself, you can set this variable to a | 14853 | If you like to tinker with this yourself, you can set this variable to a |
| 14849 | function of your choice. This function will be called without any | 14854 | function of your choice. This function will be called without any |