aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-07-04 02:36:51 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-07-04 02:36:51 +0800
commita6f0914f29a46e353a17e36d0cb4f85424f58f3f (patch)
tree89e06a2007edde1781817076c546aa33e4197ffc /mail/ChangeLog
parent994243e216d8349af1a416e9222f4f66f4c45b12 (diff)
downloadgsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.tar
gsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.tar.gz
gsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.tar.bz2
gsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.tar.lz
gsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.tar.xz
gsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.tar.zst
gsoc2013-evolution-a6f0914f29a46e353a17e36d0cb4f85424f58f3f.zip
Strip the signature from the body text. Fixes bug #45523. While we're
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 the text/uri-list case. svn path=/trunk/; revision=21739
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 48e05806ef..29173456fd 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,18 @@
+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
+ the text/uri-list case.
+
2003-07-01 Dan Winship <danw@ximian.com>
* mail-display.c (pixbuf_for_mime_type): Gone