mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-27 06:15:26 +00:00
Monotone-Parent: 9fe3529f7c302f3b3b2e565e15ab9d4dabc1943d
Monotone-Revision: c6656aa775a801327ce3bc9f18ca6dbd56e6776d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2006-11-15T00:04:17 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -213,9 +213,18 @@ static NSString *mailTemplateDefaultLanguage = nil;
|
||||
|
||||
if (![folder isNotNull]) /* no folder was found for given UID */
|
||||
continue;
|
||||
|
||||
apt = [folder lookupName:[self nameInContainer] inContext:ctx
|
||||
acquire:NO];
|
||||
|
||||
apt = [folder lookupName: [self nameInContainer] inContext:ctx
|
||||
acquire: NO];
|
||||
if ([apt isKindOfClass: [NSException class]])
|
||||
{
|
||||
[self logWithFormat:@"Note: an exception occured finding '%@' in folder: %@",
|
||||
[self nameInContainer], folder];
|
||||
[self logWithFormat:@"the exception reason was: %@",
|
||||
[(NSException *) apt reason]];
|
||||
continue;
|
||||
}
|
||||
|
||||
if (![apt isNotNull]) {
|
||||
[self logWithFormat:@"Note: did not find '%@' in folder: %@",
|
||||
[self nameInContainer], folder];
|
||||
|
||||
Reference in New Issue
Block a user