emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/man/gnus.texi


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus.texi
Date: Fri, 10 Mar 2006 23:43:56 +0000

Index: emacs/man/gnus.texi
diff -u emacs/man/gnus.texi:1.71 emacs/man/gnus.texi:1.72
--- emacs/man/gnus.texi:1.71    Thu Mar  9 07:11:51 2006
+++ emacs/man/gnus.texi Fri Mar 10 23:43:54 2006
@@ -14007,18 +14007,21 @@
 regexp match expansion will be done.  See below for examples.
 
 @c Don't fold this line.
address@hidden (@var{field} @var{value} [- @var{restrict} address@hidden ] 
@var{split} address@hidden)
-If the split is a list, the first element of which is a string, then
-store the message as specified by @var{split}, if header @var{field}
-(a regexp) contains @var{value} (also a regexp).  If @var{restrict}
-(yet another regexp) matches some string after @var{field} and before
-the end of the matched @var{value}, the @var{split} is ignored.  If
-none of the @var{restrict} clauses match, @var{split} is processed.
-
-The last element @var{invert-match-partial-words} is optional.  If it is
-not omitted and the value is address@hidden, the match-partial-words
-behavior controlled by the @code{nnmail-split-fancy-match-partial-words}
-variable (see below) will be inverted.  (New in Gnus 5.10.7)
address@hidden (@var{field} @var{value} [- @var{restrict} address@hidden ] 
@var{split} address@hidden)
+The split can be a list containing at least three elements.  If the
+first element @var{field} (a regexp matching a header) contains
address@hidden (also a regexp) then store the message as specified by
address@hidden
+
+If @var{restrict} (yet another regexp) matches some string after
address@hidden and before the end of the matched @var{value}, the
address@hidden is ignored.  If none of the @var{restrict} clauses match,
address@hidden is processed.
+
+The last element @var{invert-partial} is optional.  If it is
address@hidden, the match-partial-words behavior controlled by the
+variable @code{nnmail-split-fancy-match-partial-words} (see below) is
+be inverted.  (New in Gnus 5.10.7)
 
 @item (| @var{split} @dots{})
 If the split is a list, and the first element is @code{|} (vertical
@@ -14108,14 +14111,13 @@
 @code{".*@@example\\.com"} does.
 
 @item
-You can set the @var{invert-match-partial-words} flag in your split
-rules of the @samp{(@var{field} @var{value} @dots{})} types,
-aforementioned in this section.  If the flag is set, word boundaries on
-both sides of a word are ignored even if
address@hidden is @code{nil}.
-Contrarily, if the flag is set, word boundaries are not ignored even if
address@hidden is address@hidden  (New
-in Gnus 5.10.7)
+You can set the @var{invert-partial} flag in your split rules of the
address@hidden(@var{field} @var{value} @dots{})} types, aforementioned in this
+section.  If the flag is set, word boundaries on both sides of a word
+are ignored even if @code{nnmail-split-fancy-match-partial-words} is
address@hidden  Contrarily, if the flag is set, word boundaries are not
+ignored even if @code{nnmail-split-fancy-match-partial-words} is
address@hidden  (New in Gnus 5.10.7)
 @end enumerate
 
 @vindex nnmail-split-abbrev-alist
@@ -21793,6 +21795,15 @@
 Set this variable to @code{t} to set the ball rolling.  It is @code{nil}
 by default.
 
+You can also set this variable to a positive number as a group level.
+In that case, Gnus scans NoCeM messages when checking new news if this
+value is not exceeding a group level that you specify as the prefix
+argument to some commands, e.g. @code{gnus},
address@hidden, etc.  Otherwise, Gnus does not scan
+NoCeM messages if you specify a group level to those commands.  For
+example, if you use 1 or 2 on the mail groups and the levels on the news
+groups remain the default, 3 is the best choice.
+
 @item gnus-nocem-groups
 @vindex gnus-nocem-groups
 Gnus will look for NoCeM messages in the groups in this list.  The




reply via email to

[Prev in Thread] Current Thread [Next in Thread]