From: Richard M. Stallman Date: Mon, 18 Nov 2002 04:59:33 +0000 (+0000) Subject: (rmail-ignored-headers): Add more headers. X-Git-Tag: ttn-vms-21-2-B4~12377 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d8cfd377f317bbc0403fdd2fe3358b73285fbce0;p=emacs.git (rmail-ignored-headers): Add more headers. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index c4329cf9092..46650be91ef 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -161,7 +161,9 @@ It is useful to set this variable in the site customization file.") "\\|^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,