Trash or delete

This commit is contained in:
M66B 2023-09-21 19:15:23 +02:00
parent 69085ee096
commit d6717b2557
1 changed files with 1 additions and 3 deletions

View File

@ -6088,9 +6088,7 @@ class Core {
wactions.add(actionTrash.build());
}
}
if (notify_trash &&
} else if (notify_trash &&
(!delete_confirmation ||
(message.accountProtocol == EntityAccount.TYPE_POP && message.accountLeaveDeleted) ||
(message.accountProtocol == EntityAccount.TYPE_IMAP && !perform_expunge))) {