mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-20 19:05:25 +00:00
Monotone-Parent: 22a3b958acddeb274e788d95f5da332880c64d78
Monotone-Revision: 1036da510d0360f1e473b578044e95ac7792871f Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2012-08-14T20:15:15 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -985,14 +985,17 @@ _parseCOPYUID (NSString *line, NSArray **destUIDsP)
|
||||
}
|
||||
|
||||
/* Update the change keys */
|
||||
[self synchroniseCache];
|
||||
for (count = 0; count < midCount; count++)
|
||||
if (targetChangeKeys)
|
||||
{
|
||||
changeKey = [NSData dataWithBinary: targetChangeKeys[count]];
|
||||
messageKey = [NSString stringWithFormat: @"%@.eml",
|
||||
[destUIDs objectAtIndex: count]];
|
||||
[self setChangeKey: changeKey
|
||||
forMessageWithKey: messageKey];
|
||||
[self synchroniseCache];
|
||||
for (count = 0; count < midCount; count++)
|
||||
{
|
||||
changeKey = [NSData dataWithBinary: targetChangeKeys[count]];
|
||||
messageKey = [NSString stringWithFormat: @"%@.eml",
|
||||
[destUIDs objectAtIndex: count]];
|
||||
[self setChangeKey: changeKey
|
||||
forMessageWithKey: messageKey];
|
||||
}
|
||||
}
|
||||
|
||||
[self postNotificationsForMoveCopyMessagesWithMIDs: srcMids
|
||||
|
||||
Reference in New Issue
Block a user