mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-10 10:55:08 +00:00
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:
@@ -13,6 +13,8 @@
|
||||
* OpenChange/MAPIStoreDraftsMessage.m (-_commitProperties): make
|
||||
use of "PR_SUBJECT_PREFIX_UNICODE" and
|
||||
"PR_NORMALIZED_SUBJECT_UNICODE" to construct the "subject" header.
|
||||
(-submit): invoke the new "-sendMailAndCopyToSent:" method with
|
||||
"NO".
|
||||
|
||||
* OpenChange/MAPIStoreMailMessage.m (-getPrChangeKey:inMemCtx)
|
||||
(-getPrPredecessorChangeList:inMemCtx): when a record is not
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user