Monotone-Parent: f5375423b8629730c6f88e76c660c389426c1f5a

Monotone-Revision: a7de776942b3d74e0380fedb944ee4a08d4037dd

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-26T15:49:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-09-26 15:49:53 +00:00
parent 34f3b7a0a9
commit a309956f48
2 changed files with 3 additions and 1 deletions

View File

@@ -528,7 +528,7 @@ e)
{
[self logWithFormat: @"sending message"];
[self _commitProperties];
error = [(SOGoDraftObject *) sogoObject sendMail];
error = [(SOGoDraftObject *) sogoObject sendMailAndCopyToSent: NO];
[self errorWithFormat: @"an exception occurred: %@", error];
}
else