mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
Monotone-Parent: d690ff1fe2dd685ce9e4e5a8773578c039ec1bf4
Monotone-Revision: be3f824ea546882828787185ebfdd086e3742f87 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-04-11T19:17:20 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -92,7 +92,6 @@ static NGLogger *logger = nil;
|
||||
}
|
||||
|
||||
- (void)_setupFolders {
|
||||
WOContext *ctx;
|
||||
NSMutableDictionary *md;
|
||||
NSMutableArray *ma;
|
||||
NSArray *luids;
|
||||
@@ -103,8 +102,6 @@ static NGLogger *logger = nil;
|
||||
if ((luids = [self uids]) == nil)
|
||||
return;
|
||||
|
||||
ctx = [[WOApplication application] context];
|
||||
|
||||
count = [luids count];
|
||||
ma = [NSMutableArray arrayWithCapacity:count + 1];
|
||||
md = [NSMutableDictionary dictionaryWithCapacity:count];
|
||||
@@ -114,7 +111,7 @@ static NGLogger *logger = nil;
|
||||
id folder;
|
||||
|
||||
uid = [luids objectAtIndex:i];
|
||||
folder = [self _primaryLookupFolderForUID:uid inContext:ctx];
|
||||
folder = [self _primaryLookupFolderForUID:uid inContext: context];
|
||||
|
||||
if ([folder isNotNull]) {
|
||||
[md setObject:folder forKey:uid];
|
||||
|
||||
Reference in New Issue
Block a user