diff options
| author | Miles Bader | 2006-03-10 23:43:54 +0000 |
|---|---|---|
| committer | Miles Bader | 2006-03-10 23:43:54 +0000 |
| commit | ea8ae7654a60bf4598a6b6269fe75fb859b91651 (patch) | |
| tree | 96a407a30821c25fe11f1e4e8743a449d663976f /man | |
| parent | af467e285ed142761527612f2c40fd6dfd02d345 (diff) | |
| download | emacs-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/ChangeLog | 9 | ||||
| -rw-r--r-- | man/gnus.texi | 51 |
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 @@ | |||
| 1 | 2006-03-10 Katsumi Yamaoka <yamaoka@jpl.org> | ||
| 2 | |||
| 3 | * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number. | ||
| 4 | |||
| 5 | 2006-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 | |||
| 1 | 2006-03-09 Katsumi Yamaoka <yamaoka@jpl.org> | 10 | 2006-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 | |||
| 14007 | regexp match expansion will be done. See below for examples. | 14007 | regexp 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}]) |
| 14011 | If the split is a list, the first element of which is a string, then | 14011 | The split can be a list containing at least three elements. If the |
| 14012 | store the message as specified by @var{split}, if header @var{field} | 14012 | first 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}. |
| 14015 | the end of the matched @var{value}, the @var{split} is ignored. If | 14015 | |
| 14016 | none of the @var{restrict} clauses match, @var{split} is processed. | 14016 | If @var{restrict} (yet another regexp) matches some string after |
| 14017 | 14017 | @var{field} and before the end of the matched @var{value}, the | |
| 14018 | The 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, |
| 14019 | not omitted and the value is non-@code{nil}, the match-partial-words | 14019 | @var{split} is processed. |
| 14020 | behavior controlled by the @code{nnmail-split-fancy-match-partial-words} | 14020 | |
| 14021 | variable (see below) will be inverted. (New in Gnus 5.10.7) | 14021 | The last element @var{invert-partial} is optional. If it is |
| 14022 | non-@code{nil}, the match-partial-words behavior controlled by the | ||
| 14023 | variable @code{nnmail-split-fancy-match-partial-words} (see below) is | ||
| 14024 | be inverted. (New in Gnus 5.10.7) | ||
| 14022 | 14025 | ||
| 14023 | @item (| @var{split} @dots{}) | 14026 | @item (| @var{split} @dots{}) |
| 14024 | If the split is a list, and the first element is @code{|} (vertical | 14027 | If 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 |
| 14111 | You can set the @var{invert-match-partial-words} flag in your split | 14114 | You can set the @var{invert-partial} flag in your split rules of the |
| 14112 | rules of the @samp{(@var{field} @var{value} @dots{})} types, | 14115 | @samp{(@var{field} @var{value} @dots{})} types, aforementioned in this |
| 14113 | aforementioned in this section. If the flag is set, word boundaries on | 14116 | section. If the flag is set, word boundaries on both sides of a word |
| 14114 | both sides of a word are ignored even if | 14117 | are 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 |
| 14116 | Contrarily, if the flag is set, word boundaries are not ignored even if | 14119 | ignored even if @code{nnmail-split-fancy-match-partial-words} is |
| 14117 | @code{nnmail-split-fancy-match-partial-words} is non-@code{nil}. (New | 14120 | non-@code{nil}. (New in Gnus 5.10.7) |
| 14118 | in 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: | |||
| 21793 | Set this variable to @code{t} to set the ball rolling. It is @code{nil} | 21795 | Set this variable to @code{t} to set the ball rolling. It is @code{nil} |
| 21794 | by default. | 21796 | by default. |
| 21795 | 21797 | ||
| 21798 | You can also set this variable to a positive number as a group level. | ||
| 21799 | In that case, Gnus scans NoCeM messages when checking new news if this | ||
| 21800 | value is not exceeding a group level that you specify as the prefix | ||
| 21801 | argument to some commands, e.g. @code{gnus}, | ||
| 21802 | @code{gnus-group-get-new-news}, etc. Otherwise, Gnus does not scan | ||
| 21803 | NoCeM messages if you specify a group level to those commands. For | ||
| 21804 | example, if you use 1 or 2 on the mail groups and the levels on the news | ||
| 21805 | groups 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 |
| 21798 | Gnus will look for NoCeM messages in the groups in this list. The | 21809 | Gnus will look for NoCeM messages in the groups in this list. The |