Monotone-Parent: ac4faf22e87401aa7760c8fa7dd769a9bb1120fb

Monotone-Revision: e160c8da7c5049a7b1bbca545d886045ba8a2f14

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-08-11T18:14:10
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-08-11 18:14:10 +00:00
parent f56f6174eb
commit bd78438d3c

View File

@@ -447,6 +447,7 @@ e)
- (void) submit
{
NSString *msgClass;
NSException *error;
msgClass = [newProperties
objectForKey: MAPIPropertyKey (PR_MESSAGE_CLASS_UNICODE)];
@@ -454,7 +455,8 @@ e)
{
[self logWithFormat: @"sending message"];
[self _commitProperties];
[(SOGoDraftObject *) sogoObject sendMail];
error = [(SOGoDraftObject *) sogoObject sendMail];
[self errorWithFormat: @"an exception occurred: %@", error];
}
else
[self logWithFormat: @"ignored scheduling message"];