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:
Wolfgang Sourdeau
2007-06-05 15:43:59 +00:00
parent 6be64211f5
commit 980b7a592e
+2 -2
View File
@@ -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])