mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-04 03:43:55 +01:00
Removed exception
This commit is contained in:
@@ -1420,11 +1420,6 @@ class Core {
|
||||
Message[] imessages = ifolder.getMessages();
|
||||
Log.i(folder.name + " POP messages=" + imessages.length);
|
||||
|
||||
// Some servers send messages once only
|
||||
// Prevent deleting all local messages
|
||||
if (imessages.length == 0)
|
||||
return;
|
||||
|
||||
if (caps.containsKey("UIDL")) {
|
||||
FetchProfile ifetch = new FetchProfile();
|
||||
ifetch.add(UIDFolder.FetchProfileItem.UID);
|
||||
|
||||
Reference in New Issue
Block a user