mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-25 13:25:28 +00:00
Monotone-Parent: 5f3c62eeb6192df923fff5368021fbf700189341
Monotone-Revision: c2089bed4b31f45ef9635af961e76d25b48b6c39 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-05T15:43:59 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -532,14 +532,14 @@ static BOOL useAltNamespace = NO;
|
||||
SOGoMailAccount *mailAccount;
|
||||
NSString *path, *folder;
|
||||
// NSArray *names;
|
||||
unsigned int count;
|
||||
// unsigned int count;
|
||||
|
||||
acls = [NSMutableArray array];
|
||||
|
||||
mailAccount = [self mailAccountFolder];
|
||||
path = [[self imap4Connection] imap4FolderNameForURL: [self imap4URL]];
|
||||
// names = [path componentsSeparatedByString: @"/"];
|
||||
count = [names count];
|
||||
// count = [names count];
|
||||
|
||||
folder = [mailAccount sharedFolderName];
|
||||
if (folder && [path hasPrefix: folder])
|
||||
|
||||
Reference in New Issue
Block a user