mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Stop processing on folder closed
This commit is contained in:
@@ -218,7 +218,7 @@ class Core {
|
||||
if (account.protocol == EntityAccount.TYPE_IMAP &&
|
||||
!folder.local && ifolder != null && !ifolder.isOpen()) {
|
||||
Log.w(folder.name + " is closed");
|
||||
break;
|
||||
return;
|
||||
}
|
||||
|
||||
// Fetch most recent copy of message
|
||||
|
||||
Reference in New Issue
Block a user