diff options
author | Gerd Moellmann <gerd@gnu.org> | 2001-02-05 11:31:52 +0000 |
---|---|---|
committer | Gerd Moellmann <gerd@gnu.org> | 2001-02-05 11:31:52 +0000 |
commit | b2065cb6ebaa193a00429927ba6f64a8f1a2215d (patch) | |
tree | 7af494dcee91777fb2a60011b53a5beba1436641 /lisp/mail | |
parent | 01d19dd7bd042963acc3e124acfa2c3f60ba181e (diff) | |
download | emacs-b2065cb6ebaa193a00429927ba6f64a8f1a2215d.tar.gz |
(rmail-ignored-headers): Add X-Trace,
X-Complaints-To, NNTP-Posting-Date, and User-Agent.
Diffstat (limited to 'lisp/mail')
-rw-r--r-- | lisp/mail/rmail.el | 3 |
1 files changed, 2 insertions, 1 deletions
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, |