aboutsummaryrefslogtreecommitdiffstats
path: root/camel/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2000-04-27 05:50:34 +0800
committerDan Winship <danw@src.gnome.org>2000-04-27 05:50:34 +0800
commit82071abd45b2dbc7874c3556fbc03a503cf29bd3 (patch)
treeda18c230a78356018e30389a6207b52e1badca72 /camel/ChangeLog
parentd24747d1b54305bbad38b0845e3d05a5401ed781 (diff)
downloadgsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.tar
gsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.tar.gz
gsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.tar.bz2
gsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.tar.lz
gsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.tar.xz
gsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.tar.zst
gsoc2013-evolution-82071abd45b2dbc7874c3556fbc03a503cf29bd3.zip
Only write a newline between the headers and the content object if the
* camel-mime-part.c (write_to_stream): Only write a newline between the headers and the content object if the content object is not a CamelMedium. (If the content is a medium, it may have its own headers, which then need to go before the blank line.) svn path=/trunk/; revision=2647
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 ec90e10de8..0bea69df22 100644
--- a/camel/ChangeLog
+++ b/camel/ChangeLog
@@ -1,5 +1,10 @@
2000-04-26 Dan Winship <danw@helixcode.com>
+ * camel-mime-part.c (write_to_stream): Only write a newline
+ between the headers and the content object if the content object
+ is not a CamelMedium. (If the content is a medium, it may have its
+ own headers, which then need to go before the blank line.)
+
* camel-mime-body-part.[ch]: Remove. We weren't using the fields
that made this different from camel-mime-part, so it basically
just forced us to do lots of gratuitous typecasting.