diff options
| author | John Paul Wallington | 2003-05-15 00:02:17 +0000 |
|---|---|---|
| committer | John Paul Wallington | 2003-05-15 00:02:17 +0000 |
| commit | 588c9a7153d7164bb7d8673a775c424943a944d5 (patch) | |
| tree | 74c7ae82d88b7f3903e514a9c1a94ea6c853d20d | |
| parent | bf5192c7fde876465b9888bb01e8fd46df213da6 (diff) | |
| download | emacs-588c9a7153d7164bb7d8673a775c424943a944d5.tar.gz emacs-588c9a7153d7164bb7d8673a775c424943a944d5.zip | |
(rmail-ignored-headers): Ignore Face: header.
| -rw-r--r-- | lisp/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/mail/rmail.el | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 20392285363..d4cfdcf44d8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-05-15 John Paul Wallington <jpw@gnu.org> | ||
| 2 | |||
| 3 | * mail/rmail.el (rmail-ignored-headers): Ignore Face: header. | ||
| 4 | |||
| 1 | 2003-05-14 Christoph Wedler <christoph.wedler@sap.com> | 5 | 2003-05-14 Christoph Wedler <christoph.wedler@sap.com> |
| 2 | 6 | ||
| 3 | * format.el (format-annotate-function): Copy coding system into the | 7 | * 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.") | |||
| 152 | "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" | 152 | "\\|^status:\\|^received:\\|^x400-originator:\\|^x400-recipients:" |
| 153 | "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" | 153 | "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:" |
| 154 | "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" | 154 | "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:" |
| 155 | "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:" | 155 | "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:" |
| 156 | "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" | 156 | "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:" |
| 157 | "\\|^content-transfer-encoding:\\|^x-coding-system:" | 157 | "\\|^content-transfer-encoding:\\|^x-coding-system:" |
| 158 | "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" | 158 | "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:" |