Monotone-Parent: 0041e32032996a7300125676a85f27b998544a5f

Monotone-Revision: 8c78a380adf238060574706b07310d30527ded1a

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-15T20:39:27
Monotone-Branch: ca.inverse.sogo
maint-2.0.2
Wolfgang Sourdeau 2011-08-15 20:39:27 +00:00
parent 09905d8c70
commit 34125b49ee
1 changed files with 1 additions and 1 deletions

View File

@ -325,7 +325,7 @@ static Class SOGoMailFolderK;
for (count = 0; count < max; count++)
{
subfolderKey = [subfolderKeys objectAtIndex: count];
cmpString = [self _imapFolderNameepresentation: subfolderKey];
cmpString = [self _imapFolderNameRepresentation: subfolderKey];
if ([cmpString isEqualToString: draftsFolderName]
|| [cmpString isEqualToString: sentFolderName]
|| [cmpString isEqualToString: trashFolderName])