]> git.eshelyaron.com Git - emacs.git/commitdiff
(rmail-ignored-headers): Don't hide mime-version: and content-type: headers.
authorRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 11:38:10 +0000 (11:38 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 9 Aug 2005 11:38:10 +0000 (11:38 +0000)
lisp/mail/rmail.el

index 385ce0f71e65f18f92069cacf7930d8c70cba468..c9c8e58b8eec869f710e638a0df584581f385917 100644 (file)
@@ -251,13 +251,13 @@ It is useful to set this variable in the site customization file.")
          "\\|^x400-received:\\|^x400-mts-identifier:\\|^x400-content-type:"
          "\\|^\\(resent-\\|\\)message-id:\\|^summary-line:\\|^resent-date:"
          "\\|^nntp-posting-host:\\|^path:\\|^x-char.*:\\|^x-face:\\|^face:"
-         "\\|^x-mailer:\\|^delivered-to:\\|^lines:\\|^mime-version:"
+         "\\|^x-mailer:\\|^delivered-to:\\|^lines:"
          "\\|^content-transfer-encoding:\\|^x-coding-system:"
          "\\|^return-path:\\|^errors-to:\\|^return-receipt-to:"
          "\\|^x-sign:\\|^x-beenthere:\\|^x-mailman-version:\\|^x-mailman-copy:"
          "\\|^precedence:\\|^list-help:\\|^list-post:\\|^list-subscribe:"
          "\\|^list-id:\\|^list-unsubscribe:\\|^list-archive:"
-         "\\|^content-type:\\|^content-length:"
+         "\\|^content-length:"
          "\\|^x-attribution:\\|^x-disclaimer:\\|^x-trace:"
          "\\|^x-complaints-to:\\|^nntp-posting-date:\\|^user-agent"
          "\\|^importance:\\|^envelope-to:\\|^delivery-date"