From 23a2a5fd7a95b6b7eedb1c09bc6cc041179b4655 Mon Sep 17 00:00:00 2001 From: Jose Dapena Paz Date: Mon, 17 Sep 2007 21:03:35 +0000 Subject: [PATCH] * src/modest-tny-msg.c: * Now we use modest_formatter_quote instead of modest_formatter_inline, as quote quotes attachments in the resulting output (fixes NB#68169). pmo-trunk-r3324 --- src/modest-tny-msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modest-tny-msg.c b/src/modest-tny-msg.c index 4595afa..051f5e8 100644 --- a/src/modest-tny-msg.c +++ b/src/modest-tny-msg.c @@ -435,7 +435,7 @@ create_reply_forward_mail (TnyMsg *msg, TnyHeader *header, const gchar *from, /* when we're reply, include the text part if we have it, or nothing otherwise. */ if (is_reply) - new_msg = modest_formatter_inline (formatter, no_text_part ? NULL: body, header, + new_msg = modest_formatter_quote (formatter, no_text_part ? NULL: body, header, attachments); else { /* for attachements; inline if there is a text part, and include the -- 1.7.9.5