1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 20:54:34 +00:00

Stop processing on folder closed

This commit is contained in:
M66B 2021-11-30 21:41:38 +01:00
parent c19c364bc9
commit e476a6f3bf

View file

@ -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