mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-08-19 05:33:20 +00:00
Monotone-Parent: 0e4c262d0f94e6fb1bccfcb58387684c97728cfc
Monotone-Revision: df9680caaa44b795268f4691b92890bc37f8ee3f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-07-11T21:40:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -67,6 +67,7 @@
|
||||
|
||||
- (int) getProperty: (void **) data
|
||||
withTag: (enum MAPITAGS) propTag
|
||||
inMemCtx: (TALLOC_CTX *) memCtx
|
||||
{
|
||||
int rc;
|
||||
|
||||
@@ -90,7 +91,7 @@
|
||||
return rc;
|
||||
}
|
||||
|
||||
- (int) openEmbeddedMessage: (void **) message
|
||||
- (int) openEmbeddedMessage: (MAPIStoreAttachmentMessage **) message
|
||||
withMID: (uint64_t *) mid
|
||||
withMAPIStoreMsg: (struct mapistore_message *) mapistoreMsg
|
||||
andFlags: (enum OpenEmbeddedMessage_OpenModeFlags) flags
|
||||
@@ -113,7 +114,6 @@
|
||||
withID: *mid];
|
||||
}
|
||||
*message = attMessage;
|
||||
[attMessage retain];
|
||||
|
||||
return (attMessage ? MAPISTORE_SUCCESS : MAPISTORE_ERROR);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user