mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-18 03:38:49 +00:00
Monotone-Parent: a1f0f7f1bc0ae64c5342d0d87ffd1ff8e7e3272c
Monotone-Revision: 4ce6162defbc430cacd1a414c9d9b8a3d7e9940e Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-28T13:10:47 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -679,8 +679,8 @@ sogo_message_get_attachment_table (void *message_object, TALLOC_CTX *mem_ctx, vo
|
||||
static int
|
||||
sogo_message_modify_recipients (void *message_object,
|
||||
struct SPropTagArray *columns,
|
||||
struct ModifyRecipientRow *recipients,
|
||||
uint16_t count)
|
||||
uint16_t count,
|
||||
struct mapistore_message_recipient *recipients)
|
||||
{
|
||||
struct MAPIStoreTallocWrapper *wrapper;
|
||||
NSAutoreleasePool *pool;
|
||||
@@ -694,9 +694,9 @@ sogo_message_modify_recipients (void *message_object,
|
||||
wrapper = message_object;
|
||||
message = wrapper->MAPIStoreSOGoObject;
|
||||
pool = [NSAutoreleasePool new];
|
||||
rc = [message modifyRecipientsWithRows: recipients
|
||||
andCount: count
|
||||
andColumns: columns];
|
||||
rc = [message modifyRecipientsWithRecipients: recipients
|
||||
andCount: count
|
||||
andColumns: columns];
|
||||
// [context tearDownRequest];
|
||||
[pool release];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user