From bf437d6d9522bd71766fbe57ba6bd17d48857ee0 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 3 Feb 1997 06:55:50 +0000 Subject: [PATCH] (rmail-ignored-headers): Add Delivered-to: header. --- lisp/mail/rmail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 67e6633eb19..10dc8e70eb2 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -78,7 +78,7 @@ value is the user's name.) 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 -- 2.39.5