]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Move "^x-.*:" last in regexp.
authorHenrik Enberg <henrik.enberg@telia.com>
Mon, 16 Jan 2006 23:22:18 +0000 (23:22 +0000)
committerHenrik Enberg <henrik.enberg@telia.com>
Mon, 16 Jan 2006 23:22:18 +0000 (23:22 +0000)
lisp/mail/rmail.el

index 824af50b68e2575c5572a7221e0a97f4148e184c..fcacc76671342f0b0c72088d246013bab9d3361b 100644 (file)
@@ -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,