mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-01 11:32:44 +00:00
Monotone-Parent: d8051095a654a9aefa21bff1eaec9672b5ddb438
Monotone-Revision: c2bdfbc593f7ac0758ee78b63baee4d5b409e6bd Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-26T21:29:36 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -8,6 +8,10 @@
|
||||
|
||||
2011-10-26 Wolfgang Sourdeau <wsourdeau@inverse.ca>
|
||||
|
||||
* OpenChange/MAPIStoreMessage.m
|
||||
(-modifyRecipientsWithRows:andCount:andColumns:): take BCC
|
||||
recipients into account.
|
||||
|
||||
* OpenChange/MAPIStoreMessage.m
|
||||
(_convertRecipientFromRow:andColumns:): temp hack: make use of
|
||||
set_mapi_SPropValue_sogo instead of set_mapi_SPropValue, which was
|
||||
|
||||
@@ -318,7 +318,7 @@ NSData *MAPIStoreExternalEntryId (NSString *cn, NSString *email)
|
||||
currentRow = rows + count;
|
||||
|
||||
if (currentRow->RecipClass >= MAPI_ORIG
|
||||
&& currentRow->RecipClass < MAPI_BCC)
|
||||
&& currentRow->RecipClass <= MAPI_BCC)
|
||||
{
|
||||
recType = recTypes[currentRow->RecipClass];
|
||||
list = [recipients objectForKey: recType];
|
||||
|
||||
Reference in New Issue
Block a user