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:
Wolfgang Sourdeau
2011-10-26 21:29:36 +00:00
parent 7779b20e7c
commit 75e3dac9b6
2 changed files with 5 additions and 1 deletions

View File

@@ -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];