[evolution-data-server] 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] Bug 736947 - Attachment icon not shown in Sent folder
- Date: Wed, 19 Nov 2014 18:58:20 +0000 (UTC)
commit 51b94719bb127283ca8e1ac0df7379fb960c439b
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 f2e3394..9cd534a 100644
--- a/camel/providers/imapx/camel-imapx-server.c
+++ b/camel/providers/imapx/camel-imapx-server.c
@@ -8581,6 +8581,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]