[evolution-data-server/evolution-data-server-3-12] Bug 736947 - Attachment icon not shown in Sent folder
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/evolution-data-server-3-12] Bug 736947 - Attachment icon not shown in Sent folder
- Date: Wed, 19 Nov 2014 18:59:33 +0000 (UTC)
commit 49d2b29d74ba4a5cc1839b476f0d1d467d5d27ff
Author: Milan Crha <mcrha redhat com>
Date: Wed Nov 19 19:58:09 2014 +0100
Bug 736947 - Attachment icon not shown in Sent folder
camel/providers/imapx/camel-imapx-server.c | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/camel/providers/imapx/camel-imapx-server.c b/camel/providers/imapx/camel-imapx-server.c
index 1bdcc8d..ee2be01 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -8606,6 +8606,9 @@ camel_imapx_server_append_message (CamelIMAPXServer *is,
g_free (uid);
+ if (camel_mime_message_has_attachment (message))
+ ((CamelMessageInfoBase *) info)->flags |= CAMEL_MESSAGE_ATTACHMENTS;
+
/* So, we actually just want to let the server loop that
* messages need appending, i think. This is so the same
* mechanism is used for normal uploading as well as
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]