[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/man/gnus.texi [emacs-unicode-2]
From: |
Miles Bader |
Subject: |
[Emacs-diffs] Changes to emacs/man/gnus.texi [emacs-unicode-2] |
Date: |
Wed, 08 Dec 2004 02:13:04 -0500 |
Index: emacs/man/gnus.texi
diff -c emacs/man/gnus.texi:1.33.6.6 emacs/man/gnus.texi:1.33.6.7
*** emacs/man/gnus.texi:1.33.6.6 Fri Oct 22 10:13:38 2004
--- emacs/man/gnus.texi Wed Dec 8 05:02:23 2004
***************
*** 13244,13257 ****
argument. It should return a address@hidden value if it thinks that the
mail belongs in that group.
The last of these groups should always be a general one, and the regular
! expression should @emph{always} be @samp{*} so that it matches any mails
that haven't been matched by any of the other regexps. (These rules are
! processed from the beginning of the alist toward the end. The first
! rule to make a match will ``win'', unless you have crossposting enabled.
! In that case, all matching rules will ``win''.) When new groups are
! created by splitting mail, you may want to run
! @code{gnus-group-find-new-groups} to see the new groups.
If you like to tinker with this yourself, you can set this variable to a
function of your choice. This function will be called without any
--- 13244,13259 ----
argument. It should return a address@hidden value if it thinks that the
mail belongs in that group.
+ @cindex @samp{bogus} group
The last of these groups should always be a general one, and the regular
! expression should @emph{always} be @samp{""} so that it matches any mails
that haven't been matched by any of the other regexps. (These rules are
! processed from the beginning of the alist toward the end. The first rule
! to make a match will ``win'', unless you have crossposting enabled. In
! that case, all matching rules will ``win''.) If no rule matched, the mail
! will end up in the @samp{bogus} group. When new groups are created by
! splitting mail, you may want to run @code{gnus-group-find-new-groups} to
! see the new groups. This also applies to the @samp{bogus} group.
If you like to tinker with this yourself, you can set this variable to a
function of your choice. This function will be called without any
***************
*** 13268,13274 ****
The mail back ends all support cross-posting. If several regexps match,
the mail will be ``cross-posted'' to all those groups.
@code{nnmail-crosspost} says whether to use this mechanism or not. Note
! that no articles are crossposted to the general (@samp{*}) group.
@vindex nnmail-crosspost-link-function
@cindex crosspost
--- 13270,13276 ----
The mail back ends all support cross-posting. If several regexps match,
the mail will be ``cross-posted'' to all those groups.
@code{nnmail-crosspost} says whether to use this mechanism or not. Note
! that no articles are crossposted to the general (@samp{""}) group.
@vindex nnmail-crosspost-link-function
@cindex crosspost
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/man/gnus.texi [emacs-unicode-2],
Miles Bader <=