From 9e69152ab3fdd6fe2d74f656db8afc3fa6950816 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Vr=C3=A1til?= Date: Thu, 12 Apr 2012 15:05:51 +0200 Subject: Bug #673228 - Fails to display attached image in attached email --- mail/em-format-html.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mail') diff --git a/mail/em-format-html.c b/mail/em-format-html.c index 020ca9e721..77e9c65bb3 100644 --- a/mail/em-format-html.c +++ b/mail/em-format-html.c @@ -1137,6 +1137,8 @@ efh_write_message_rfc822 (EMFormat *emf, GList *puris; GList *iter; + EMFormatWriterInfo msgInfo = *info; + msgInfo.mode = EM_FORMAT_WRITE_MODE_NORMAL; /* Create a new fake list of PURIs which will contain only * PURIs from this message. */ @@ -1159,7 +1161,7 @@ efh_write_message_rfc822 (EMFormat *emf, }; - efh_write_message (emf, puris, stream, info, cancellable); + efh_write_message (emf, puris, stream, &msgInfo, cancellable); g_list_free (puris); -- cgit v1.2.3