From d8cfd377f317bbc0403fdd2fe3358b73285fbce0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 18 Nov 2002 04:59:33 +0000 Subject: [PATCH] (rmail-ignored-headers): Add more headers. --- lisp/mail/rmail.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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, -- 2.39.2