diff options
-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, |