mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-21 14:22:44 +00:00
Monotone-Parent: 0041e32032996a7300125676a85f27b998544a5f
Monotone-Revision: 8c78a380adf238060574706b07310d30527ded1a Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-08-15T20:39:27 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -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])
|
||||
|
||||
Reference in New Issue
Block a user