Synch with `t-gnus-6_14'.
authoryamaoka <yamaoka>
Fri, 29 Sep 2000 08:54:38 +0000 (08:54 +0000)
committeryamaoka <yamaoka>
Fri, 29 Sep 2000 08:54:38 +0000 (08:54 +0000)
ChangeLog
lisp/message.el

index 5d33888..426e1c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-29  Katsumi Yamaoka <yamaoka@jpl.org>
+
+       * lisp/message.el (message-ignored-supersedes-headers): Synch with
+       Gnus.
+
 2000-09-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
 
        * list/ptexinfmt.el (texinfo-multitable-widths): Fix
index 7c0519c..d1923fe 100644 (file)
@@ -245,7 +245,7 @@ included.  Organization, Lines and User-Agent are optional."
   :group 'message-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:"
+(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:"
   "*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."