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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/man/gnus.texi [lexbind]
Date: Wed, 08 Dec 2004 18:57:48 -0500

Index: emacs/man/gnus.texi
diff -c emacs/man/gnus.texi:1.30.2.7 emacs/man/gnus.texi:1.30.2.8
*** emacs/man/gnus.texi:1.30.2.7        Mon Oct 25 04:22:25 2004
--- emacs/man/gnus.texi Wed Dec  8 23:36:30 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




reply via email to

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