comparison lisp/mail/rmail.el @ 15874:48c181ba52a8

(rmail-ignored-headers): Ignore Path:, Sender:, X-mailer:.
author Richard M. Stallman <rms@gnu.org>
date Fri, 16 Aug 1996 19:09:34 +0000
parents aa7b0c77a89a
children 315c7d1ae3f4
comparison
equal deleted inserted replaced
15873:77950cb46314 15874:48c181ba52a8
72 `rmail-dont-reply-to-names' explicitly. (The other part of the default 72 `rmail-dont-reply-to-names' explicitly. (The other part of the default
73 value is the user's name.) 73 value is the user's name.)
74 It is useful to set this variable in the site customization file.") 74 It 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:" 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:\\|^sender:\\|^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
81 (defvar rmail-displayed-headers nil 81 (defvar rmail-displayed-headers nil
82 "*Regexp to match Header fields that Rmail should display. 82 "*Regexp to match Header fields that Rmail should display.