diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2004-02-24 03:09:58 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-02-24 03:09:58 +0800 |
commit | 82c5c5915254d42b1a3ab34aa9b1a841ea41b56e (patch) | |
tree | 84e487360dba4c7fb06cff929a4ecd204d512810 /mail/ChangeLog | |
parent | 0343b45ce165c32278b41e8b371946526eca6f3a (diff) | |
download | gsoc2013-evolution-82c5c5915254d42b1a3ab34aa9b1a841ea41b56e.tar.gz gsoc2013-evolution-82c5c5915254d42b1a3ab34aa9b1a841ea41b56e.tar.zst gsoc2013-evolution-82c5c5915254d42b1a3ab34aa9b1a841ea41b56e.zip |
Print the headers when forwarding inline/quoted. Fixes bug #53916.
2004-02-23 Jeffrey Stedfast <fejj@ximian.com>
* em-format-quote.c (emfq_format_message): Print the headers when
forwarding inline/quoted. Fixes bug #53916.
svn path=/trunk/; revision=24833
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 296a18bd7a..2e2e059c6f 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,8 @@ 2004-02-23 Jeffrey Stedfast <fejj@ximian.com> + * em-format-quote.c (emfq_format_message): Print the headers when + forwarding inline/quoted. Fixes bug #53916. + * em-folder-tree.c (tree_drag_motion): We want UID_LISTs to drop with the MOVE action by default. Fixes a common complaint from IRC. |