Mercurial > emacs
diff lisp/mh-e/ChangeLog @ 108698:7be123ae7612
Decode RFC2047 encoded Subject lines for mail replies.
author | Peter S Galbraith <psg@debian.org> |
---|---|
date | Wed, 19 May 2010 08:23:40 -0400 |
parents | 973b5bc5fcfe |
children | e6408c088fbc |
line wrap: on
line diff
--- a/lisp/mh-e/ChangeLog Wed May 19 10:22:41 2010 +0300 +++ b/lisp/mh-e/ChangeLog Wed May 19 08:23:40 2010 -0400 @@ -1,3 +1,10 @@ +2010-05-14 Peter S Galbraith <psg@debian.org> + + * mh-mime.el (mh-decode-message-subject): New function to decode + RFC2047 encoded Subject lines. Used for reply drafts. + * mh-comp.el (mh-compose-and-send-mail): Call + `mh-decode-message-subject' on (reply or forward) message drafts. + 2010-05-07 Chong Yidong <cyd@stupidchicken.com> * Version 23.2 released.