diff options
| author | Jeffrey C Honig | 2007-08-19 23:55:12 +0000 |
|---|---|---|
| committer | Jeffrey C Honig | 2007-08-19 23:55:12 +0000 |
| commit | b6fd8984bd123fbdb128815d08b52c89b796973c (patch) | |
| tree | 9facfb6e1c3880355bfa949b4090a156ea05561d | |
| parent | 2001ba38f6d4fe433c69dcf512bbc3433f7f300b (diff) | |
| download | emacs-b6fd8984bd123fbdb128815d08b52c89b796973c.tar.gz emacs-b6fd8984bd123fbdb128815d08b52c89b796973c.zip | |
* mh-e.el (mh-invisible-header-fields-internal): We want to show
Comments: and hide Comment:, not the other way around.
| -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 @@ | |||
| 1 | 2007-08-19 Jeffrey C Honig <jch@honig.net> | 1 | 2007-08-19 Jeffrey C Honig <jch@honig.net> |
| 2 | 2 | ||
| 3 | * mh-e.el (mh-invisible-header-fields-internal): We want to show | ||
| 4 | Comments: and hide Comment:, not the other way around. | ||
| 5 | |||
| 3 | * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not | 6 | * mh-mime.el (mh-mml-to-mime): GPG requires e-mail addresses, not |
| 4 | aliases. So resolve aliases before passing addresses to GPG/PGP. | 7 | aliases. So resolve aliases before passing addresses to GPG/PGP. |
| 5 | Closes SF #649226. | 8 | 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\"." | |||
| 2396 | "Bestservhost:" | 2396 | "Bestservhost:" |
| 2397 | "Cancel-Key:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ | 2397 | "Cancel-Key:" ; http://people.dsv.su.se/~jpalme/ietf/mail-headers/ |
| 2398 | "Cancel-Lock:" ; NNTP posts | 2398 | "Cancel-Lock:" ; NNTP posts |
| 2399 | ;; "Comment:" ; Lets keep this one | 2399 | "Comment:" ; Shows up with DomainKeys |
| 2400 | "Comments:" ; RFC 2822 | 2400 | ;; "Comments:" ; RFC 2822 - show this one |
| 2401 | "Content-" ; RFC 2045, 1123, 1766, 1864, 2045, 2110, 2156, 2183, 2912 | 2401 | "Content-" ; RFC 2045, 1123, 1766, 1864, 2045, 2110, 2156, 2183, 2912 |
| 2402 | "Control:" ; RFC 1036 | 2402 | "Control:" ; RFC 1036 |
| 2403 | "Conversion-With-Loss:" ; RFC 2156 | 2403 | "Conversion-With-Loss:" ; RFC 2156 |