]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Ignore Face: header.
authorJohn Paul Wallington <jpw@pobox.com>
Thu, 15 May 2003 00:02:17 +0000 (00:02 +0000)
committerJohn Paul Wallington <jpw@pobox.com>
Thu, 15 May 2003 00:02:17 +0000 (00:02 +0000)
lisp/ChangeLog
lisp/mail/rmail.el

index 203922853636094904dd9d72a49b11747a583932..d4cfdcf44d8f34e698289123f694ced4b51d94df 100644 (file)
@@ -1,3 +1,7 @@
+2003-05-15  John Paul Wallington  <jpw@gnu.org>
+
+       * mail/rmail.el (rmail-ignored-headers): Ignore Face: header.
+
 2003-05-14  Christoph Wedler  <christoph.wedler@sap.com>
 
        * format.el (format-annotate-function): Copy coding system into the
index 4919fd423c63c7fd51f78703570e0f7f49863b4b..deb043ffba97f29c7477c4d11bc08aaeee1ea379 100644 (file)
@@ -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:"