]> git.eshelyaron.com Git - emacs.git/commitdiff
* mail/rmailedit.el (rmail-cease-edit): Add additional quotes to
authorChong Yidong <cyd@stupidchicken.com>
Thu, 29 Jan 2009 03:00:26 +0000 (03:00 +0000)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 29 Jan 2009 03:00:26 +0000 (03:00 +0000)
quoted From lines.

* mail/rmail.el (rmail-show-message): Unquote From lines.

lisp/ChangeLog

index 0dce51a49d1eb95a017f1faf006f6ce1afc3963c..37fe382159de9de11798df0cf40bc13d93221a34 100644 (file)
@@ -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>