mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 02:53:46 +02:00
Allow POP3 delete with leave-on-server enabled
This commit is contained in:
@@ -1019,7 +1019,7 @@ class Core {
|
||||
// Delete message
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
if (!account.leave_on_server && EntityFolder.INBOX.equals(folder.type)) {
|
||||
if (EntityFolder.INBOX.equals(folder.type)) {
|
||||
Map<String, String> caps = istore.capabilities();
|
||||
|
||||
Message[] imessages = ifolder.getMessages();
|
||||
|
||||
Reference in New Issue
Block a user