# HG changeset patch # User Richard M. Stallman # Date 1123587490 0 # Node ID 40c02e6cdccddbedf38bfd9f72bd3c6adf3c55a4 # Parent e5c6f54442d2a4a781aadc6ddfe876d04bb4afde (rmail-ignored-headers): Don't hide mime-version: and content-type: headers. diff -r e5c6f54442d2 -r 40c02e6cdccd lisp/mail/rmail.el --- a/lisp/mail/rmail.el Tue Aug 09 11:37:32 2005 +0000 +++ b/lisp/mail/rmail.el Tue Aug 09 11:38:10 2005 +0000 @@ -251,13 +251,13 @@ "\\|^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"