mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-19 05:25:55 +00:00
Monotone-Parent: 6452ccaedf1fc82f0784d6e15a8fb3179f669c27
Monotone-Revision: 544b9575eeea64ec253fc04a85da32a91e15de20 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-26T00:08:45 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -239,9 +239,8 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
|
||||
apt = [folder lookupName:[self nameInContainer] inContext:ctx
|
||||
acquire:NO];
|
||||
if (![apt isNotNull]) {
|
||||
[self logWithFormat:@"Note: did not find '%@' in folder: %@",
|
||||
[self nameInContainer], folder];
|
||||
if ([apt isKindOfClass: [NSException class]]) {
|
||||
[self logWithFormat: @"%@", [apt reason]];
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user