From: yamaoka Date: Fri, 29 Sep 2000 08:54:38 +0000 (+0000) Subject: Synch with `t-gnus-6_14'. X-Git-Tag: t-gnus-6_14-quimby-before-installer-changed-~77 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=b4d93cf71f8cf11aa492d0f054dcfb7a46afe787;p=elisp%2Fgnus.git- Synch with `t-gnus-6_14'. --- diff --git a/ChangeLog b/ChangeLog index 5d33888..426e1c2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2000-09-29 Katsumi Yamaoka + + * lisp/message.el (message-ignored-supersedes-headers): Synch with + Gnus. + 2000-09-27 TAKAHASHI Kaoru * list/ptexinfmt.el (texinfo-multitable-widths): Fix diff --git a/lisp/message.el b/lisp/message.el index 7c0519c..d1923fe 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -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."