]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Add X-Trace,
authorGerd Moellmann <gerd@gnu.org>
Mon, 5 Feb 2001 11:31:52 +0000 (11:31 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 5 Feb 2001 11:31:52 +0000 (11:31 +0000)
X-Complaints-To, NNTP-Posting-Date, and User-Agent.

lisp/mail/rmail.el

index afbea71a9b350a775b67d261fe720948d7708011..05d509e02840f2781df34c09ff800d0e9317c752 100644 (file)
@@ -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,