aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/gnus
diff options
context:
space:
mode:
authorRichard M. Stallman <[email protected]>1998-11-21 22:30:41 +0000
committerRichard M. Stallman <[email protected]>1998-11-21 22:30:41 +0000
commit58c4bd873eff761f5ebc4a016a0993f2f143059f (patch)
tree091b7eb4046ee429b059331a5ad3e0e6951e5396 /lisp/gnus
parente95419a63b76d9c6b1cca72d268f931d56843c79 (diff)
(message-ignored-supersedes-headers): Remove NNTP-Posting-Date.
Diffstat (limited to 'lisp/gnus')
-rw-r--r--lisp/gnus/message.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/message.el b/lisp/gnus/message.el
index 4a5993e7d6..f539a86ed4 100644
--- a/lisp/gnus/message.el
+++ b/lisp/gnus/message.el
@@ -212,7 +212,7 @@ included. Organization, Lines and X-Mailer are optional."
:group 'message-headers
:type 'regexp)
-(defcustom message-ignored-supersedes-headers "^Path:\\|^Date\\|^NNTP-Posting-Host:\\|^Xref:\\|^Lines:\\|^Received:\\|^X-From-Line:\\|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:\\|^X-Trace:\\|^X-Complaints-To:\\|^NNTP-Posting-Date:"
"*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."