From 588c9a7153d7164bb7d8673a775c424943a944d5 Mon Sep 17 00:00:00 2001 From: John Paul Wallington Date: Thu, 15 May 2003 00:02:17 +0000 Subject: [PATCH] (rmail-ignored-headers): Ignore Face: header. --- lisp/ChangeLog | 4 ++++ lisp/mail/rmail.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20392285363..d4cfdcf44d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2003-05-15 John Paul Wallington + + * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. + 2003-05-14 Christoph Wedler * format.el (format-annotate-function): Copy coding system into the diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 4919fd423c6..deb043ffba9 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -152,7 +152,7 @@ It is useful to set this variable in the site customization file.") "\\|^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:" + "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" "\\|^content-transfer-encoding:\\|^x-coding-system:" "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" -- 2.11.4.GIT