From: Henrik Enberg Date: Mon, 16 Jan 2006 23:22:18 +0000 (+0000) Subject: (rmail-ignored-headers): Move "^x-.*:" last in regexp. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d716f014aa920c7afb785f55f2b1d84c5fb4aae8;p=emacs.git (rmail-ignored-headers): Move "^x-.*:" last in regexp. --- diff --git a/lisp/mail/rmail.el b/lisp/mail/rmail.el index 824af50b68e..fcacc766713 100644 --- a/lisp/mail/rmail.el +++ b/lisp/mail/rmail.el @@ -275,8 +275,8 @@ It is useful to set this variable in the site customization file.") "\\|^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,