# HG changeset patch # User Gerd Moellmann # Date 981372712 0 # Node ID e468a6f4f41428591d0e66193589749269da773d # Parent 16e4927d7d264eee3f7a57bacdf3faae32abb5e3 (rmail-ignored-headers): Add X-Trace, X-Complaints-To, NNTP-Posting-Date, and User-Agent. diff -r 16e4927d7d26 -r e468a6f4f414 lisp/mail/rmail.el --- a/lisp/mail/rmail.el Mon Feb 05 11:21:33 2001 +0000 +++ b/lisp/mail/rmail.el Mon Feb 05 11:31:52 2001 +0000 @@ -152,7 +152,8 @@ "\\|^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,