[evolution-mapi] Bug #618602 - Prepends an additional "Re: " to message reply



commit ce5c059e4377a961e2c8f5e57da0d2fd81e7719e
Author: Milan Crha <mcrha redhat com>
Date:   Fri May 14 13:14:30 2010 +0200

    Bug #618602 - Prepends an additional "Re: " to message reply

 src/camel/camel-mapi-utils.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/camel/camel-mapi-utils.c b/src/camel/camel-mapi-utils.c
index 89af5d0..95d7ff3 100644
--- a/src/camel/camel-mapi-utils.c
+++ b/src/camel/camel-mapi-utils.c
@@ -403,8 +403,8 @@ camel_mapi_utils_create_item_build_props (ExchangeMapiConnection *conn, mapi_id_
 	cpid = 65001; /* UTF8 */
 	set_value (PR_INTERNET_CPID, &cpid);
 	set_value (PR_SUBJECT_UNICODE, item->header.subject);
-	set_value (PR_CONVERSATION_TOPIC_UNICODE, item->header.subject);
-	set_value (PR_NORMALIZED_SUBJECT_UNICODE, item->header.subject);
+	/* PR_CONVERSATION_TOPIC_UNICODE and PR_NORMALIZED_SUBJECT_UNICODE, together with PR_SUBJECT_PREFIX_UNICODE
+	   are computed from PR_SUBJECT by the server */
 
 	send_rich_info = false;
 	set_value (PR_SEND_RICH_INFO, &send_rich_info);



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]