aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/mail/rmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el
index 329a74cfa77..c4933969f3c 100644
--- a/lisp/mail/rmail.el
+++ b/lisp/mail/rmail.el
@@ -74,7 +74,7 @@ value is the user's name.)
74It is useful to set this variable in the site customization file.") 74It is useful to set this variable in the site customization file.")
75 75
76;;;###autoload 76;;;###autoload
77(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:") 77(defvar rmail-ignored-headers "^via:\\|^mail-from:\\|^origin:\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^x-mailer:"
78 "*Regexp to match header fields that Rmail should normally hide.") 78 "*Regexp to match header fields that Rmail should normally hide.")
79 79
80;;;###autoload 80;;;###autoload