comparison lisp/mail/rmail.el @ 16970:d2c5d2988a0a

(rmail-ignored-headers): Add Delivered-to: header.
author Richard M. Stallman <rms@gnu.org>
date Mon, 03 Feb 1997 06:55:50 +0000
parents 78616adde908
children d6a6cfeb9904
comparison
equal deleted inserted replaced
16969:436fd36233d1 16970:d2c5d2988a0a
76 `rmail-dont-reply-to-names' explicitly. (The other part of the default 76 `rmail-dont-reply-to-names' explicitly. (The other part of the default
77 value is the user's name.) 77 value is the user's name.)
78 It is useful to set this variable in the site customization file.") 78 It is useful to set this variable in the site customization file.")
79 79
80 ;;;###autoload 80 ;;;###autoload
81 (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:" 81 (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:\\|^delivered-to:"
82 "*Regexp to match header fields that Rmail should normally hide.") 82 "*Regexp to match header fields that Rmail should normally hide.")
83 83
84 ;;;###autoload 84 ;;;###autoload
85 (defvar rmail-displayed-headers nil 85 (defvar rmail-displayed-headers nil
86 "*Regexp to match Header fields that Rmail should display. 86 "*Regexp to match Header fields that Rmail should display.