mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 12:58:50 +00:00
Monotone-Parent: eb71a06a7fed1f1f665417f71984df862cf53c12
Monotone-Revision: bb133434e9e283747d7758877c0c8dcd50346b55 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-03-08T15:23:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -1196,7 +1196,7 @@ Class NSExceptionK, MAPIStoreFAIMessageK, MAPIStoreMessageTableK, MAPIStoreFAIMe
|
||||
- (int) getPidTagSubfolders: (void **) data
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
*data = MAPIBoolValue (memCtx, [folderKeys count] > 0);
|
||||
*data = MAPIBoolValue (memCtx, [[self folderKeys] count] > 0);
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user