mirror of https://github.com/M66B/FairEmail.git
Stop processing on folder closed
This commit is contained in:
parent
c19c364bc9
commit
e476a6f3bf
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue