mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-12 23:15:26 +00:00
(fix) use PEEK when archiving messages (fixes #2792)
This commit is contained in:
@@ -562,7 +562,7 @@ _compareFetchResultsByMODSEQ (id entry1, id entry2, void *data)
|
||||
[zipTaskArguments addObject: @"SavedMessages.zip"];
|
||||
|
||||
msgs = (NSDictionary *)[self fetchUIDs: uids
|
||||
parts: [NSArray arrayWithObject: @"RFC822"]];
|
||||
parts: [NSArray arrayWithObject: @"BODY.PEEK[]"]];
|
||||
messages = [msgs objectForKey: @"fetch"];
|
||||
|
||||
for (i = 0; i < [messages count]; i++) {
|
||||
|
||||
Reference in New Issue
Block a user