(feat) added Junk handling feature from v2

This commit is contained in:
Ludovic Marcotte
2016-02-08 15:36:01 -05:00
parent ace7e0771f
commit ee3276f01d
9 changed files with 58 additions and 5 deletions
+3 -1
View File
@@ -857,7 +857,9 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
body = [[[NGMimeMultipartBody alloc] initWithPart: messageToSend] autorelease];
}
mailObject = [self lookupName: [uids objectAtIndex: i] inContext: context acquire: NO];
mailObject = [self lookupName: [NSString stringWithFormat: @"%@", [uids objectAtIndex: i]]
inContext: context
acquire: NO];
// We skip emails that might have disappeared before we were able
// to perform the action