From: Gerd Moellmann Date: Mon, 5 Feb 2001 11:31:52 +0000 (+0000) Subject: (rmail-ignored-headers): Add X-Trace, X-Git-Tag: emacs-pretest-21.0.98~169 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b2065cb6ebaa193a00429927ba6f64a8f1a2215d;p=emacs.git (rmail-ignored-headers): Add X-Trace, X-Complaints-To, NNTP-Posting-Date, and User-Agent. --- 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,