summaryrefslogtreecommitdiff
path: root/lisp/mail/rmail.el
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>2002-11-18 04:59:33 +0000
committerRichard M. Stallman <rms@gnu.org>2002-11-18 04:59:33 +0000
commitd8cfd377f317bbc0403fdd2fe3358b73285fbce0 (patch)
tree895b1d38c9476594364d60bac1b19a9f1c635b0e /lisp/mail/rmail.el
parent183ca06edb64f1d5c59d23c581accb4ebefabac7 (diff)
downloademacs-d8cfd377f317bbc0403fdd2fe3358b73285fbce0.tar.gz
(rmail-ignored-headers): Add more headers.
Diffstat (limited to 'lisp/mail/rmail.el')
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 3 insertions, 1 deletions
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,