[evolution-mapi] Bug #561791 - The 'Fwd'/'Re' tags are removed for the recieved mails
- From: Milan Crha <mcrha src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [evolution-mapi] Bug #561791 - The 'Fwd'/'Re' tags are removed for the recieved mails
- Date: Tue, 11 Aug 2009 14:16:34 +0000 (UTC)
commit 2c784cf197a39cf4d85e81f4367f32fd8888421c
Author: Milan Crha <mcrha redhat com>
Date: Tue Aug 11 16:15:18 2009 +0200
Bug #561791 - The 'Fwd'/'Re' tags are removed for the recieved mails
src/camel/camel-mapi-utils.c | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/src/camel/camel-mapi-utils.c b/src/camel/camel-mapi-utils.c
index cc6008b..ea8708f 100644
--- a/src/camel/camel-mapi-utils.c
+++ b/src/camel/camel-mapi-utils.c
@@ -362,8 +362,9 @@ camel_mapi_utils_create_item_build_props (struct SPropValue **value, struct SPro
uint32_t *msgflag = g_new0 (uint32_t, 1);
int i=0;
- props = g_new0 (struct SPropValue, 9);
+ props = g_new0 (struct SPropValue, 10);
+ set_SPropValue_proptag(&props[i++], PR_SUBJECT_UNICODE, g_strdup (item->header.subject));
set_SPropValue_proptag(&props[i++], PR_CONVERSATION_TOPIC_UNICODE, g_strdup (item->header.subject));
set_SPropValue_proptag(&props[i++], PR_NORMALIZED_SUBJECT_UNICODE, g_strdup (item->header.subject));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]