Mercurial > emacs
changeset 101627:e981ad018a7c
* mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
quoted From lines.
* mail/rmail.el (rmail-show-message): Unquote From lines.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 29 Jan 2009 03:00:26 +0000 |
parents | feacaf76f65e |
children | a00762725924 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Jan 29 02:46:21 2009 +0000 +++ b/lisp/ChangeLog Thu Jan 29 03:00:26 2009 +0000 @@ -1,7 +1,11 @@ 2009-01-29 Chong Yidong <cyd@stupidchicken.com> + * mail/rmailedit.el (rmail-cease-edit): Add additional quotes to + quoted From lines. + * mail/rmail.el (rmail-redecode-body): New function, based on old version removed in 2009-01-22 change. + (rmail-show-message): Unquote From lines. 2009-01-28 Tassilo Horn <tassilo@member.fsf.org>