aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-11-18 04:59:33 +0000
committerRichard M. Stallman2002-11-18 04:59:33 +0000
commitd8cfd377f317bbc0403fdd2fe3358b73285fbce0 (patch)
tree895b1d38c9476594364d60bac1b19a9f1c635b0e
parent183ca06edb64f1d5c59d23c581accb4ebefabac7 (diff)
downloademacs-d8cfd377f317bbc0403fdd2fe3358b73285fbce0.tar.gz
emacs-d8cfd377f317bbc0403fdd2fe3358b73285fbce0.zip
(rmail-ignored-headers): Add more headers.
-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.")
161 "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:" 161 "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:"
162 "\\|^content-type:\\|^content-length:" 162 "\\|^content-type:\\|^content-length:"
163 "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:" 163 "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:"
164 "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent:") 164 "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent"
165 "\\|^importance:\\|^envelope-to:\\|^delivery-date"
166 "\\|^x.*-priority:\\|^x-mimeole:")
165 "*Regexp to match header fields that Rmail should normally hide. 167 "*Regexp to match header fields that Rmail should normally hide.
166This variable is used for reformatting the message header, 168This variable is used for reformatting the message header,
167which normally happens once for each message, 169which normally happens once for each message,