From 7a8df3ef2139c41558818404c993bdb1c66cf950 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 14 Oct 2010 16:55:09 +0000 Subject: [PATCH] Monotone-Parent: cefb9c075154e9e785018151c0a0b51ba811a517 Monotone-Revision: c669e35445e941613544b7d8f01e9f5c509c6d6d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2010-10-14T16:55:09 Monotone-Branch: ca.inverse.sogo --- OpenChange/MAPIStoreMailContext.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/OpenChange/MAPIStoreMailContext.m b/OpenChange/MAPIStoreMailContext.m index 2519e42ec..86ce3ff1b 100644 --- a/OpenChange/MAPIStoreMailContext.m +++ b/OpenChange/MAPIStoreMailContext.m @@ -127,6 +127,8 @@ static Class SOGoUserFolderK; *data = MAPILongValue (memCtx, 0x00000100); break; case PR_CONVERSATION_TOPIC: + case PR_CONVERSATION_TOPIC_UNICODE: + case PR_SUBJECT: case PR_SUBJECT_UNICODE: child = [self lookupObject: childURL]; *data = [[child decodedSubject] asUnicodeInMemCtx: memCtx];