From d716f014aa920c7afb785f55f2b1d84c5fb4aae8 Mon Sep 17 00:00:00 2001 From: Henrik Enberg Date: Mon, 16 Jan 2006 23:22:18 +0000 Subject: [PATCH] (rmail-ignored-headers): Move "^x-.*:" last in regexp. --- lisp/mail/rmail.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.39.2