diff options
author | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-08 02:23:48 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2003-07-08 02:23:48 +0800 |
commit | 26709642fa1a39108690aa5295e1726a0861c58c (patch) | |
tree | fba3d9fceed9bb2bb4698b724520dcc3c9c2c12d /mail/ChangeLog | |
parent | e36b12c46c4b0ce11222909a3e3062c5b1818d46 (diff) | |
download | gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.tar gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.tar.gz gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.tar.bz2 gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.tar.lz gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.tar.xz gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.tar.zst gsoc2013-evolution-26709642fa1a39108690aa5295e1726a0861c58c.zip |
fixed the changelog
svn path=/trunk/; revision=21750
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 4530711902..29173456fd 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,5 +1,13 @@ 2003-07-02 Jeffrey Stedfast <fejj@ximian.com> + * mail-tools.c (mail_tool_forward_message): Strip the signature + from the body text. Fixes bug #45523. While we're here, also fix + the code to quote exactly the same way as the + mail_tool_quote_message() function. + (mail_tool_quote_message): The last arg should not be + 'want_plain', because that arg is for whether or not the body + should be quoted. + * folder-browser.c (message_list_drag_data_get): Apply a From-filter when dragging as a test/uri-list and message/rfc822. Fixes bug #45617. Also free the uids ptrarray for |