Mercurial > emacs
changeset 48412:7fe609827b4c
(rmail-ignored-headers): Add more headers.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 18 Nov 2002 04:59:33 +0000 |
parents | 827133772385 |
children | 6b4a9b8bc780 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Mon Nov 18 04:58:53 2002 +0000 +++ b/lisp/mail/rmail.el Mon Nov 18 04:59:33 2002 +0000 @@ -161,7 +161,9 @@ "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" "\\|^content-type:\\|^content-length:" "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" - "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") + "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent" + "\\|^importance:\\|^envelope-to:\\|^delivery-date" + "\\|^x.*-priority:\\|^x-mimeole:") "*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,