mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-06 08:55:08 +00:00
(feat) reworked batch menu + added save messages option
This commit is contained in:
@@ -313,7 +313,7 @@
|
||||
data = [[request contentAsString] objectFromJSONString];
|
||||
withTrash = ![[data objectForKey: @"withoutTrash"] boolValue];
|
||||
|
||||
if ((uids = [data objectForKey: @"uids"]) && [uids isKindOfClass: [NSArray class]] && [uids length] > 0)
|
||||
if ((uids = [data objectForKey: @"uids"]) && [uids isKindOfClass: [NSArray class]] && [uids count] > 0)
|
||||
{
|
||||
response = (WOResponse *) [co deleteUIDs: uids useTrashFolder: &withTrash inContext: context];
|
||||
if (!response)
|
||||
|
||||
Reference in New Issue
Block a user