Mercurial > emacs
changeset 88176:65849728daf6
(rmail-ignored-headers): Move "^x-.*:" last in regexp.
author | Henrik Enberg <henrik.enberg@telia.com> |
---|---|
date | Mon, 16 Jan 2006 23:22:18 +0000 |
parents | 1de58e16e51b |
children | cf8100a82c36 |
files | lisp/mail/rmail.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/mail/rmail.el Mon Jan 16 23:18:57 2006 +0000 +++ b/lisp/mail/rmail.el Mon Jan 16 23:22:18 2006 +0000 @@ -275,8 +275,8 @@ "\\|^nntp-posting-\\(host\\|date\\):\\|^user-agent" "\\|^importance:\\|^envelope-to:\\|^delivery-date\\|^openpgp:" "\\|^mbox-line:\\|^cancel-lock:\\|^in-reply-to:\\|^comment:" - "\\|^x-.*:\\|^domainkey-signature:\\|^mime-version:" - "\\|^from ") + "\\|^domainkey-signature:\\|^mime-version:" + "\\|^from \\|^x-.*:") "*Regexp to match header fields that Rmail should normally hide. \(See also `rmail-nonignored-headers', which overrides this regexp.) This variable is used for reformatting the message header,