mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-04 21:08:51 +00:00
Monotone-Parent: 394b1692941b08185f4b0f87ec52bc7c0dc6c824
Monotone-Revision: 32b84d9dc2715067c885c49bfc26087eac4dcd2b Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-22T20:51:05 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -846,6 +846,21 @@ static Class NSDataK, NSStringK;
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (int) getRowCount: (uint32_t *) countP
|
||||
withQueryType: (enum table_query_type) queryType
|
||||
{
|
||||
NSArray *children;
|
||||
|
||||
if (queryType == MAPISTORE_PREFILTERED_QUERY)
|
||||
children = [self restrictedChildKeys];
|
||||
else
|
||||
children = [self childKeys];
|
||||
|
||||
*countP = [children count];
|
||||
|
||||
return MAPISTORE_SUCCESS;
|
||||
}
|
||||
|
||||
- (void) notifyChangesForChild: (MAPIStoreObject *) child
|
||||
{
|
||||
NSUInteger currentChildRow, newChildRow;
|
||||
|
||||
Reference in New Issue
Block a user