mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-11 18:01:23 +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:
@@ -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