mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 10:55:25 +00:00
Monotone-Parent: e68f0a3422367e930eb3d030ebd4a65ee79e3581
Monotone-Revision: 5d7bbc47e52cef4525e08da156339e1558c1dd2d Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2011-09-27T18:26:40 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -447,6 +447,7 @@ sogo_folder_move_copy_messages(void *folder_object,
|
||||
void *source_folder_object,
|
||||
uint32_t mid_count,
|
||||
uint64_t *src_mids, uint64_t *t_mids,
|
||||
struct Binary_r **target_change_keys,
|
||||
uint8_t want_copy)
|
||||
{
|
||||
MAPIStoreFolder *sourceFolder, *targetFolder;
|
||||
@@ -469,6 +470,7 @@ sogo_folder_move_copy_messages(void *folder_object,
|
||||
andCount: mid_count
|
||||
fromFolder: sourceFolder
|
||||
withMIDs: t_mids
|
||||
andChangeKeys: target_change_keys
|
||||
wantCopy: want_copy];
|
||||
[pool release];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user