mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-03 02:25:25 +00:00
Monotone-Parent: aee2a5da27231d521f813fbb791f9e2c968f94b2
Monotone-Revision: 6b3a3195262782a0783af8640a0fb24dd1103387 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-01-30T20:12:18 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -106,10 +106,11 @@ static NSMutableDictionary *contextClassMapping;
|
||||
NSUInteger count, max;
|
||||
MAPIStoreUserContext *userContext;
|
||||
|
||||
list = NULL;
|
||||
|
||||
userContext = [MAPIStoreUserContext userContextWithUsername: userName
|
||||
andTDBIndexing: indexingTdb];
|
||||
[userContext activateWithUser: [userContext sogoUser]];
|
||||
list = NULL;
|
||||
|
||||
classes = GSObjCAllSubclassesOfClass (self);
|
||||
max = [classes count];
|
||||
@@ -120,10 +121,7 @@ static NSMutableDictionary *contextClassMapping;
|
||||
withTDBIndexing: indexingTdb
|
||||
inMemCtx: memCtx];
|
||||
if (current)
|
||||
{
|
||||
[self logWithFormat: @"adding list: %p", current];
|
||||
DLIST_CONCATENATE(list, current, void);
|
||||
}
|
||||
DLIST_CONCATENATE(list, current, void);
|
||||
}
|
||||
|
||||
return list;
|
||||
|
||||
Reference in New Issue
Block a user