aboutsummaryrefslogtreecommitdiffstats
path: root/composer/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-27 05:52:13 +0800
committerDan Winship <danw@src.gnome.org>2000-04-27 05:52:13 +0800
commit9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8 (patch)
tree4516224d8c527419cbe658e1411a575f733a977f /composer/ChangeLog
parent82071abd45b2dbc7874c3556fbc03a503cf29bd3 (diff)
downloadgsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.tar
gsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.tar.gz
gsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.tar.bz2
gsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.tar.lz
gsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.tar.xz
gsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.tar.zst
gsoc2013-evolution-9f81c2c796e9e93d643eed11d9e6f7d31a9eb4d8.zip
Only generate a multipart message if there are attachments. Otherwise
* e-msg-composer.c (build_message): Only generate a multipart message if there are attachments. Otherwise generate a single part. svn path=/trunk/; revision=2648
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r--composer/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog
index 9969b45de8..8e0cd2ee0d 100644
--- a/composer/ChangeLog
+++ b/composer/ChangeLog
@@ -1,5 +1,9 @@
2000-04-26 Dan Winship <danw@helixcode.com>
+ * e-msg-composer.c (build_message): Only generate a multipart
+ message if there are attachments. Otherwise generate a single
+ part.
+
* Update for CamelMimeBodyPart -> CamelMimePart
2000-04-26 Dan Winship <danw@helixcode.com>