From 5cb66178eb202074c24804172e9f0c2c41a8d70e Mon Sep 17 00:00:00 2001 From: Bill Wohler Date: Fri, 23 May 2008 04:20:06 +0000 Subject: [PATCH] (mh-invisible-header-fields-internal): Remove DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID. --- lisp/mh-e/ChangeLog | 5 +++++ lisp/mh-e/mh-e.el | 7 +++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index 475a62780da..341350ce578 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,3 +1,8 @@ +2008-05-23 Bill Wohler + + * mh-e.el: (mh-invisible-header-fields-internal): Remove + DKIM-Signature as it is covered by DKIM-. Fully qualify X-EID. + 2008-05-19 Sergey Poznyakoff * mh-mime.el (mh-mh-to-mime, mh-mh-to-mime-undo): Preserve modes diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index 835fe03304d..142415f0cde 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -2380,13 +2380,13 @@ of citations entirely, choose \"None\"." ;; "Fax:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ ;; "Mail-System-Version:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ ;; "Mailer:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ -;; "Organization:" ; +;; "Organization:" ; ;; "Phone:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ ;; "Reply-By:" ; RFC 2156 ;; "Reply-To:" ; RFC 2822 ;; "Sender:" ; ;; "User-Agent:" ; Similar to X-Mailer, so display it. -;; "X-Mailer:" ; +;; "X-Mailer:" ; ;; "X-Operator:" ; Similar to X-Mailer, so display it ;; Keep fields alphabetized (set sort-fold-case to t first). @@ -2423,7 +2423,6 @@ of citations entirely, choose \"None\"." "Disposition-Notification-To:" ; RFC 2298 "Distribution:" ; RFC 1036 "DKIM-" ; http://antispam.yahoo.com/domainkeys - "DKIM-Signature" "DL-Expansion-History:" ; RFC 2156 "DomainKey-" ; http://antispam.yahoo.com/domainkeys "DomainKey-Signature:" @@ -2551,7 +2550,7 @@ of citations entirely, choose \"None\"." "X-Echelon-Distraction" "X-EFL-Spamscore:" ; MIT alumni spam filtering "X-eGroups-" ; Egroups/yahoogroups mailing list manager - "X-EID" + "X-EID:" "X-ELNK-Trace:" ; Earthlink mailer "X-Enigmail-Version:" "X-Envelope-Date:" ; GNU mailutils -- 2.39.2