mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-22 06:42:44 +00:00
Monotone-Parent: 2db9271c6de788aa59c76f4b0ff12f0af5adc8ef
Monotone-Revision: 6bc3a118f52fd598fab4c51ea406be4c691dae23 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-10-27T18:10:34 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -240,7 +240,7 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
apt = [folder lookupName:[self nameInContainer] inContext:ctx
|
||||
acquire:NO];
|
||||
if ([apt isKindOfClass: [NSException class]]) {
|
||||
[self logWithFormat: @"%@", [apt reason]];
|
||||
[self logWithFormat: @"%@", [(NSException *) apt reason]];
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user