mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-26 03:36:23 +00:00
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:
@@ -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"];
|
||||
|
||||
Reference in New Issue
Block a user