Bug #673228 - Fails to display attached image in attached email

This commit is contained in:
Dan Vrátil
2012-04-12 15:05:51 +02:00
parent 5768b8c038
commit 9e69152ab3

View File

@ -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);