aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2003-06-12 12:47:32 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2003-06-12 12:47:32 +0800
commit5cabf1be00f596a7497d50b3d72bce841bdaed91 (patch)
tree744ec43987399f00e40651d4811b18988ea857e6 /mail/ChangeLog
parent4c7dc352b6ab027d545a4f1268000bb2555493b7 (diff)
downloadgsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.tar
gsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.tar.gz
gsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.tar.bz2
gsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.tar.lz
gsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.tar.xz
gsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.tar.zst
gsoc2013-evolution-5cabf1be00f596a7497d50b3d72bce841bdaed91.zip
We only really want to use mail_identify_mime_part() if the content-type
2003-06-11 Jeffrey Stedfast <fejj@ximian.com> * mail-format.c (format_mime_part): We only really want to use mail_identify_mime_part() if the content-type is application/octet-stream - any other type (if it doesn't have a handler) should just force the user to save to disk. (handle_text_plain): Only pay attention to format=flowed if the mime-type is text/plain (handle_text_plain is the generic text handler, so we might be processing parts that are not really text/plain, thus the format param may have different meaning for those other textual types). svn path=/trunk/; revision=21419
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 788988e055..49241e0cee 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,15 @@
+2003-06-11 Jeffrey Stedfast <fejj@ximian.com>
+
+ * mail-format.c (format_mime_part): We only really want to use
+ mail_identify_mime_part() if the content-type is
+ application/octet-stream - any other type (if it doesn't have a
+ handler) should just force the user to save to disk.
+ (handle_text_plain): Only pay attention to format=flowed if the
+ mime-type is text/plain (handle_text_plain is the generic text
+ handler, so we might be processing parts that are not really
+ text/plain, thus the format param may have different meaning for
+ those other textual types).
+
2003-06-11 Larry Ewing <lewing@ximian.com>
* mail-send-recv.c (free_folder_info): free the info structure as