From b2065cb6ebaa193a00429927ba6f64a8f1a2215d Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Mon, 5 Feb 2001 11:31:52 +0000 Subject: [PATCH] (rmail-ignored-headers): Add X-Trace, X-Complaints-To, NNTP-Posting-Date, and User-Agent. --- lisp/mail/rmail.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index afbea71a9b3..05d509e0284 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -152,7 +152,8 @@ It is useful to set this variable in the site customization file.") "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:" "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" - "\\|^x-attribution:\\|^x-disclaimer:") + "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" + "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") "*Regexp to match header fields that Rmail should normally hide. This variable is used for reformatting the message header, which normally happens once for each message, -- 2.11.4.GIT