aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman1994-03-10 15:50:26 +0000
committerRichard M. Stallman1994-03-10 15:50:26 +0000
commit432240423b5416efe68f55754b840508dbdc69ea (patch)
tree10466fe78716eb623b3ee49b99db68eea759efd7
parent829b9e73ea31d54edf87706c294788af9ed13757 (diff)
downloademacs-432240423b5416efe68f55754b840508dbdc69ea.tar.gz
emacs-432240423b5416efe68f55754b840508dbdc69ea.zip
(rmail-ignored-headers): Add several x400 header types.
-rw-r--r--lisp/mail/rmail.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 43a1acb5537..40ab9117264 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -64,8 +64,8 @@ value is the user's name.)
64It is useful to set this variable in the site customization file.") 64It is useful to set this variable in the site customization file.")
65 65
66;;;###autoload 66;;;###autoload
67(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^message-id:\\|^summary-line:" "\ 67(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^message-id:\\|^summary-line:" "\
68*Gubbish headers one would rather not see.") 68*Regexp to match Header fields that rmail should normally hide.")
69 69
70;;;###autoload 70;;;###autoload
71(defvar rmail-delete-after-output nil "\ 71(defvar rmail-delete-after-output nil "\