aboutsummaryrefslogtreecommitdiffstats
path: root/man
diff options
context:
space:
mode:
authorMiles Bader2006-03-10 23:43:54 +0000
committerMiles Bader2006-03-10 23:43:54 +0000
commitea8ae7654a60bf4598a6b6269fe75fb859b91651 (patch)
tree96a407a30821c25fe11f1e4e8743a449d663976f /man
parentaf467e285ed142761527612f2c40fd6dfd02d345 (diff)
downloademacs-ea8ae7654a60bf4598a6b6269fe75fb859b91651.tar.gz
emacs-ea8ae7654a60bf4598a6b6269fe75fb859b91651.zip
Revision: emacs@sv.gnu.org/emacs--devo--0--patch-147
Merge from gnus--rel--5.10 Patches applied: * gnus--rel--5.10 (patch 56) - Update from CVS
Diffstat (limited to 'man')
-rw-r--r--man/ChangeLog9
-rw-r--r--man/gnus.texi51
2 files changed, 40 insertions, 20 deletions
diff --git a/man/ChangeLog b/man/ChangeLog
index c0060317a5c..ca301d27c03 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,12 @@
12006-03-10 Katsumi Yamaoka <yamaoka@jpl.org>
2
3 * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
4
52006-03-10 Reiner Steib <Reiner.Steib@gmx.de>
6
7 * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
8 easy to understand.
9
12006-03-09 Katsumi Yamaoka <yamaoka@jpl.org> 102006-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
2 11
3 * gnus.texi: Markup fix. 12 * gnus.texi: Markup fix.
diff --git a/man/gnus.texi b/man/gnus.texi
index 72596ed26ce..c64305a3a66 100644
--- a/man/gnus.texi
+++ b/man/gnus.texi
@@ -14007,18 +14007,21 @@ If the split is a string, that will be taken as a group name. Normal
14007regexp match expansion will be done. See below for examples. 14007regexp match expansion will be done. See below for examples.
14008 14008
14009@c Don't fold this line. 14009@c Don't fold this line.
14010@item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split} [@var{invert-match-partial-words}]) 14010@item (@var{field} @var{value} [- @var{restrict} [@dots{}] ] @var{split} [@var{invert-partial}])
14011If the split is a list, the first element of which is a string, then 14011The split can be a list containing at least three elements. If the
14012store the message as specified by @var{split}, if header @var{field} 14012first element @var{field} (a regexp matching a header) contains
14013(a regexp) contains @var{value} (also a regexp). If @var{restrict} 14013@var{value} (also a regexp) then store the message as specified by
14014(yet another regexp) matches some string after @var{field} and before 14014@var{split}.
14015the end of the matched @var{value}, the @var{split} is ignored. If 14015
14016none of the @var{restrict} clauses match, @var{split} is processed. 14016If @var{restrict} (yet another regexp) matches some string after
14017 14017@var{field} and before the end of the matched @var{value}, the
14018The last element @var{invert-match-partial-words} is optional. If it is 14018@var{split} is ignored. If none of the @var{restrict} clauses match,
14019not omitted and the value is non-@code{nil}, the match-partial-words 14019@var{split} is processed.
14020behavior controlled by the @code{nnmail-split-fancy-match-partial-words} 14020
14021variable (see below) will be inverted. (New in Gnus 5.10.7) 14021The last element @var{invert-partial} is optional. If it is
14022non-@code{nil}, the match-partial-words behavior controlled by the
14023variable @code{nnmail-split-fancy-match-partial-words} (see below) is
14024be inverted. (New in Gnus 5.10.7)
14022 14025
14023@item (| @var{split} @dots{}) 14026@item (| @var{split} @dots{})
14024If the split is a list, and the first element is @code{|} (vertical 14027If the split is a list, and the first element is @code{|} (vertical
@@ -14108,14 +14111,13 @@ in the rear of a word will be ignored. For example, the @var{value}
14108@code{".*@@example\\.com"} does. 14111@code{".*@@example\\.com"} does.
14109 14112
14110@item 14113@item
14111You can set the @var{invert-match-partial-words} flag in your split 14114You can set the @var{invert-partial} flag in your split rules of the
14112rules of the @samp{(@var{field} @var{value} @dots{})} types, 14115@samp{(@var{field} @var{value} @dots{})} types, aforementioned in this
14113aforementioned in this section. If the flag is set, word boundaries on 14116section. If the flag is set, word boundaries on both sides of a word
14114both sides of a word are ignored even if 14117are ignored even if @code{nnmail-split-fancy-match-partial-words} is
14115@code{nnmail-split-fancy-match-partial-words} is @code{nil}. 14118@code{nil}. Contrarily, if the flag is set, word boundaries are not
14116Contrarily, if the flag is set, word boundaries are not ignored even if 14119ignored even if @code{nnmail-split-fancy-match-partial-words} is
14117@code{nnmail-split-fancy-match-partial-words} is non-@code{nil}. (New 14120non-@code{nil}. (New in Gnus 5.10.7)
14118in Gnus 5.10.7)
14119@end enumerate 14121@end enumerate
14120 14122
14121@vindex nnmail-split-abbrev-alist 14123@vindex nnmail-split-abbrev-alist
@@ -21793,6 +21795,15 @@ There are some variables to customize, of course:
21793Set this variable to @code{t} to set the ball rolling. It is @code{nil} 21795Set this variable to @code{t} to set the ball rolling. It is @code{nil}
21794by default. 21796by default.
21795 21797
21798You can also set this variable to a positive number as a group level.
21799In that case, Gnus scans NoCeM messages when checking new news if this
21800value is not exceeding a group level that you specify as the prefix
21801argument to some commands, e.g. @code{gnus},
21802@code{gnus-group-get-new-news}, etc. Otherwise, Gnus does not scan
21803NoCeM messages if you specify a group level to those commands. For
21804example, if you use 1 or 2 on the mail groups and the levels on the news
21805groups remain the default, 3 is the best choice.
21806
21796@item gnus-nocem-groups 21807@item gnus-nocem-groups
21797@vindex gnus-nocem-groups 21808@vindex gnus-nocem-groups
21798Gnus will look for NoCeM messages in the groups in this list. The 21809Gnus will look for NoCeM messages in the groups in this list. The