mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-24 06:30:32 +00:00
(feat) added Junk handling feature from v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user