]> git.eshelyaron.com Git - emacs.git/commitdiff
Merge from gnus--rel--5.10
authorMiles Bader <miles@gnu.org>
Thu, 6 Dec 2007 00:47:08 +0000 (00:47 +0000)
committerMiles Bader <miles@gnu.org>
Thu, 6 Dec 2007 00:47:08 +0000 (00:47 +0000)
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-159

lisp/gnus/ChangeLog
lisp/gnus/message.el
man/ChangeLog
man/gnus.texi

index 41f847cbaca11332381de63c3258c172ab262ffc..aa410f541bdf61fb187bb38dcc11c6effefd6084 100644 (file)
@@ -1,3 +1,7 @@
+2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * message.el (message-ignored-supersedes-headers): Add "X-ID".
+
 2007-11-24  Glenn Morris  <rgm@gnu.org>
 
        * message.el (message-tool-bar-retro): Update for rename
index ae620c975d07cf2a964b536bf63056870c5c644b..7e760427420e639539e2a1fa4bf3ef1216050cc3 100644 (file)
@@ -271,7 +271,7 @@ included.  Organization and User-Agent are optional."
   :link '(custom-manual "(message)Mail Headers")
   :type 'regexp)
 
-(defcustom message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:"
+(defcustom message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|^X-Trace:\\|^X-ID:\\|^X-Complaints-To:\\|Return-Path:\\|^Supersedes:\\|^NNTP-Posting-Date:\\|^X-Trace:\\|^X-Complaints-To:\\|^Cancel-Lock:\\|^Cancel-Key:\\|^X-Hashcash:\\|^X-Payment:"
   "*Header lines matching this regexp will be deleted before posting.
 It's best to delete old Path and Date headers before posting to avoid
 any confusion."
index b338c6e55d74123db9c1ab7953b1e11d158933eb..3393712ba0a155eeca850e66f06239b362d26870 100644 (file)
@@ -1,3 +1,12 @@
+2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
+       on body.
+
+2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
+
+       * gnus.texi (Fetching Mail): Remove obsolete `nnmail-spool-file'.
+
 2007-11-22  Francesco Potort\e,Al\e(B  <pot@gnu.org>
 
        * maintaining.texi (Tag Syntax): Revert this change: "Now --members is
index 3bce1de77b398382d70cbf784a08ad4dab68c3c0..bcced071cc26a201f7cc13b112d2a50c684aefb8 100644 (file)
@@ -14123,14 +14123,12 @@ If non-@code{nil}, name of program for fetching new mail.  If
 @subsubsection Fetching Mail
 
 @vindex mail-sources
-@vindex nnmail-spool-file
 The way to actually tell Gnus where to get new mail from is to set
 @code{mail-sources} to a list of mail source specifiers
 (@pxref{Mail Source Specifiers}).
 
-If this variable (and the obsolescent @code{nnmail-spool-file}) is
-@code{nil}, the mail back ends will never attempt to fetch mail by
-themselves.
+If this variable is @code{nil}, the mail back ends will never attempt to
+fetch mail by themselves.
 
 If you want to fetch mail both from your local spool as well as a
 @acronym{POP} mail server, you'd say something like:
@@ -14339,9 +14337,9 @@ body of the messages:
         "string.group"))))
 @end lisp
 
-The buffer is narrowed to the message in question when @var{function}
-is run.  That's why @code{(widen)} needs to be called after
-@code{save-excursion} and @code{save-restriction} in the example
+The buffer is narrowed to the header of the message in question when
+@var{function} is run.  That's why @code{(widen)} needs to be called
+after @code{save-excursion} and @code{save-restriction} in the example
 above.  Also note that with the nnimap backend, message bodies will
 not be downloaded by default.  You need to set
 @code{nnimap-split-download-body} to @code{t} to do that