diff options
Diffstat (limited to 'camel/camel-mime-part.c')
-rw-r--r-- | camel/camel-mime-part.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/camel/camel-mime-part.c b/camel/camel-mime-part.c index a31c179d99..5fdfac5ef8 100644 --- a/camel/camel-mime-part.c +++ b/camel/camel-mime-part.c @@ -703,6 +703,8 @@ write_to_stream (CamelDataWrapper *dw, CamelStream *stream) filter = (CamelMimeFilter *) camel_mime_filter_basic_new_type (CAMEL_MIME_FILTER_BASIC_UU_ENC); break; default: + /* content is encoded but the part doesn't want to be... */ + reencode = TRUE; break; } } |