diff options
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/mh-e/ChangeLog | 3 | ||||
-rw-r--r-- | lisp/mh-e/mh-e.el | 4 |
2 files changed, 5 insertions, 2 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog index c865fea9f9a..748b1e293e1 100644 --- a/lisp/mh-e/ChangeLog +++ b/lisp/mh-e/ChangeLog @@ -1,5 +1,8 @@ 2007-08-19 Jeffrey C Honig <jch@honig.net> + * mh-e.el (mh-invisible-header-fields-internal): We want to show + Comments: and hide Comment:, not the other way around. + * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not aliases. So resolve aliases before passing addresses to GPG/PGP. Closes SF #649226. diff --git a/lisp/mh-e/mh-e.el b/lisp/mh-e/mh-e.el index c352bea9480..a9236473995 100644 --- a/lisp/mh-e/mh-e.el +++ b/lisp/mh-e/mh-e.el @@ -2396,8 +2396,8 @@ of citations entirely, choose \"None\"." "Bestservhost:" "Cancel-Key:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ "Cancel-Lock:" ; NNTP posts -;; "Comment:" ; Lets keep this one - "Comments:" ; RFC 2822 + "Comment:" ; Shows up with DomainKeys +;; "Comments:" ; RFC 2822 - show this one "Content-" ; RFC 2045, 1123, 1766, 1864, 2045, 2110, 2156, 2183, 2912 "Control:" ; RFC 1036 "Conversion-With-Loss:" ; RFC 2156 |