aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2001-10-22 10:08:10 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2001-10-22 10:08:10 +0800
commite55790f58b0e9c30aa9cb766b607dab634fa9cf4 (patch)
treedd05debde5b8532f6e75f344b682c7ec164209c4 /camel/ChangeLog
parent4b2464746f984012a57baeb9439215d159c63ece (diff)
downloadgsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.tar
gsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.tar.gz
gsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.tar.bz2
gsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.tar.lz
gsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.tar.xz
gsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.tar.zst
gsoc2013-evolution-e55790f58b0e9c30aa9cb766b607dab634fa9cf4.zip
Only do the rawtext checks if the part is a text part, otherwise don't
2001-10-21 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-part-utils.c (simple_data_wrapper_construct_from_parser): Only do the rawtext checks if the part is a text part, otherwise don't bother wasting cpu cycles. svn path=/trunk/; revision=13861
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index 01658ef75b..6ab512a187 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2001-10-21 Jeffrey Stedfast <fejj@ximian.com>
+ * camel-mime-part-utils.c
+ (simple_data_wrapper_construct_from_parser): Only do the rawtext
+ checks if the part is a text part, otherwise don't bother wasting
+ cpu cycles.
+
* camel-store.c (camel_folder_info_build): Updated comments to
make the code a bit more clear.