X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmodest-formatter.c;h=e54154e34d79cb369cbef80eb336ea4debb0bdc1;hb=d27a0a29347366d5421e7e796eca4655ef0d095a;hp=4e1e367961c148ad2a246010e82d5644a581ef8b;hpb=3b214150a992267f0722e89c94759f8e3c637c0a;p=modest diff --git a/src/modest-formatter.c b/src/modest-formatter.c index 4e1e367..e54154e 100644 --- a/src/modest-formatter.c +++ b/src/modest-formatter.c @@ -114,7 +114,7 @@ construct_from_text (TnyMimePart *part, /* Construct MIME part */ tny_stream_reset (text_body_stream); - tny_mime_part_construct_from_stream (part, text_body_stream, content_type); + tny_mime_part_construct (part, text_body_stream, content_type, "7bit"); tny_stream_reset (text_body_stream); /* Clean */