aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-03-01 04:37:11 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-03-01 04:37:11 +0800
commit6b89252b9f2d3aff1ecd2779095a8b09685385c5 (patch)
tree50103d7e3417a929f667bd27549615a99a3a93a5 /camel/ChangeLog
parentc09b6f1f2bb87fe2a3227a4a0656c3e892f6adcb (diff)
downloadgsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.tar
gsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.tar.gz
gsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.tar.bz2
gsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.tar.lz
gsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.tar.xz
gsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.tar.zst
gsoc2013-evolution-6b89252b9f2d3aff1ecd2779095a8b09685385c5.zip
Rearrange the save filter stuff so that we save raw streams for all mime
2002-02-28 Jeffrey Stedfast <fejj@ximian.com> * camel-mime-part-utils.c (camel_mime_part_construct_content_from_parser): Rearrange the save filter stuff so that we save raw streams for all mime parts. If the mime part turns out to be a multupart, then don't bother saving the raw stream, we only need to save the raw stream for leaf parts. svn path=/trunk/; revision=15873
Diffstat (limited to 'camel/ChangeLog')
-rw-r--r--camel/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/camel/ChangeLog b/camel/ChangeLog
index aa26d8451c..c8e48b9653 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,3 +1,12 @@
+2002-02-28 Jeffrey Stedfast <fejj@ximian.com>
+
+ * camel-mime-part-utils.c
+ (camel_mime_part_construct_content_from_parser): Rearrange the
+ save filter stuff so that we save raw streams for all mime
+ parts. If the mime part turns out to be a multupart, then don't
+ bother saving the raw stream, we only need to save the raw stream
+ for leaf parts.
+
2002-02-27 Jeffrey Stedfast <fejj@ximian.com>
* camel-folder-summary.h: Don't #include camel-mime-filter-save.h,