Monotone-Parent: 504167c9265cc3ce83b80f66d6a935b52f394232

Monotone-Revision: 0a9a28e3c7ef305257a698ada6ebda67b4cfa9b7

Monotone-Author: wsourdeau@inverse.ca
Monotone-Date: 2011-09-22T15:39:53
Monotone-Branch: ca.inverse.sogo
This commit is contained in:
Wolfgang Sourdeau
2011-09-22 15:39:53 +00:00
parent af32be4d24
commit 68bafd5f96
3 changed files with 98 additions and 7 deletions
+3 -1
View File
@@ -883,7 +883,9 @@ _parseCOPYUID (NSString *line, NSArray **destUIDsP)
// We only support IMAP-to-IMAP copy operations for now.
// Otherwise we silently fail (for now, at least!)
if (![sourceFolder isKindOfClass: [MAPIStoreMailFolder class]])
return MAPISTORE_SUCCESS;
return [super moveCopyMessagesWithMIDs: srcMids andCount: midCount
fromFolder: sourceFolder withMIDs: targetMids
wantCopy: wantCopy];
/* Conversion of mids to IMAP uids */
mapping = [[self context] mapping];