changeset 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 436fd36233d1
children c1b9bc4c525b
files lisp/mail/rmail.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/mail/rmail.el	Mon Feb 03 06:13:34 1997 +0000
+++ b/lisp/mail/rmail.el	Mon Feb 03 06:55:50 1997 +0000
@@ -78,7 +78,7 @@
 It is useful to set this variable in the site customization file.")
 
 ;;;###autoload
-(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:"
+(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:"
   "*Regexp to match header fields that Rmail should normally hide.")
 
 ;;;###autoload