diff options
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r-- | camel/camel-mime-part.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index 4c2ecca805..460e0527d2 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -701,6 +701,7 @@ my_write_content_to_stream (CamelMimePart *mime_part, CamelStream *stream) gtk_object_unref (GTK_OBJECT (stream_b64)); break; default: + camel_data_wrapper_write_to_stream (content, stream); g_warning ("Encoding type `%s' not supported.", camel_mime_part_encoding_to_string (mime_part->encoding)); |