aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-22 05:58:07 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-22 05:58:07 +0800
commit16b174cf0eebcb216316674966a46ea29a3bb15b (patch)
tree561cdd97cded1b5fc6711b932006fbceea37bf81 /mail/ChangeLog
parentb7866694995d70a27360a2c17aac8541d2db5ecb (diff)
downloadgsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.tar
gsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.tar.gz
gsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.tar.bz2
gsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.tar.lz
gsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.tar.xz
gsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.tar.zst
gsoc2013-evolution-16b174cf0eebcb216316674966a46ea29a3bb15b.zip
If the first "token" in the body is "<html>", then treat this as a
2002-01-21 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (handle_text_plain): If the first "token" in the body is "<html>", then treat this as a text/html part rather than a text/plain part. Fixes bug #16817. * component-factory.c (destination_folder_handle_drop): Removed some unused variables. svn path=/trunk/; revision=15420
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 7f847412ba..dd53afaba2 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,12 @@
+2002-01-21 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-format.c (handle_text_plain): If the first "token" in the
+ body is "<html>", then treat this as a text/html part rather than
+ a text/plain part. Fixes bug #16817.
+
+ * component-factory.c (destination_folder_handle_drop): Removed
+ some unused variables.
+
2002-01-17 Jeffrey Stedfast <fejj@ximian.com>
* mail-format.c (try_uudecoding): Update to match new uudecode