mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
Monotone-Parent: 905276f295d6f28a6946297f6a7af9ad60f71842
Monotone-Revision: 4ecb95aab8f686702ff3eb186a97b1bf1f3b5531 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-06-29T19:09:02 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -963,9 +963,8 @@ sogo_message_submit (void *message_object, enum SubmitFlags flags)
|
||||
|
||||
static enum mapistore_error
|
||||
sogo_message_attachment_open_embedded_message
|
||||
(void *attachment_object,
|
||||
TALLOC_CTX *mem_ctx, void **message_object,
|
||||
uint64_t *midP,
|
||||
(void *attachment_object, enum OpenEmbeddedMessage_OpenModeFlags mode,
|
||||
TALLOC_CTX *mem_ctx, void **message_object, uint64_t *midP,
|
||||
struct mapistore_message **msg)
|
||||
{
|
||||
struct MAPIStoreTallocWrapper *wrapper;
|
||||
@@ -983,6 +982,7 @@ sogo_message_attachment_open_embedded_message
|
||||
GSRegisterCurrentThread ();
|
||||
pool = [NSAutoreleasePool new];
|
||||
rc = [attachment openEmbeddedMessage: &message
|
||||
inMode: mode
|
||||
withMID: midP
|
||||
withMAPIStoreMsg: msg
|
||||
inMemCtx: mem_ctx];
|
||||
|
||||
Reference in New Issue
Block a user