mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-06 12:05:28 +00:00
Monotone-Parent: 9109f0600492701322f24fb53d86a39821e26dc4
Monotone-Revision: cb5283601b9539bb382aa64a739bf758b9e2ac7f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-10-03T20:53:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -642,6 +642,7 @@ 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)
|
||||
{
|
||||
@@ -657,7 +658,9 @@ sogo_message_modify_recipients (void *message_object,
|
||||
wrapper = message_object;
|
||||
message = wrapper->MAPIStoreSOGoObject;
|
||||
pool = [NSAutoreleasePool new];
|
||||
rc = [message modifyRecipientsWithRows: recipients andCount: count];
|
||||
rc = [message modifyRecipientsWithRows: recipients
|
||||
andCount: count
|
||||
andColumns: columns];
|
||||
// [context tearDownRequest];
|
||||
[pool release];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user