From 980b7a592e2927ecaceb6632ed8a3e5dcf9033f8 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Tue, 5 Jun 2007 15:43:59 +0000 Subject: [PATCH] Monotone-Parent: 5f3c62eeb6192df923fff5368021fbf700189341 Monotone-Revision: c2089bed4b31f45ef9635af961e76d25b48b6c39 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-06-05T15:43:59 Monotone-Branch: ca.inverse.sogo --- SoObjects/Mailer/SOGoMailFolder.m | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SoObjects/Mailer/SOGoMailFolder.m b/SoObjects/Mailer/SOGoMailFolder.m index bfc6e747c..c257a3198 100644 --- a/SoObjects/Mailer/SOGoMailFolder.m +++ b/SoObjects/Mailer/SOGoMailFolder.m @@ -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])