mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-09 02:23:38 +02:00
Revert "Check if folders are actually alive"
This reverts commit 72ede04868.
This commit is contained in:
@@ -1348,7 +1348,7 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
|
||||
if (folder.synchronize)
|
||||
if (!folder.poll && capIdle) {
|
||||
// Sends folder NOOP
|
||||
if (!Core.isAlive(mapFolders.get(folder)))
|
||||
if (!mapFolders.get(folder).isOpen())
|
||||
throw new StoreClosedException(iservice.getStore(), folder.name);
|
||||
} else {
|
||||
if (folder.poll_count == 0)
|
||||
|
||||
Reference in New Issue
Block a user