mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Folder is close on read/write errors
This commit is contained in:
parent
935d911bde
commit
6e53b6a112
1 changed files with 0 additions and 3 deletions
|
@ -467,9 +467,6 @@ class Core {
|
|||
continue;
|
||||
}
|
||||
|
||||
if (ifolder != null && !ifolder.isOpen())
|
||||
break;
|
||||
|
||||
if (op.tries >= TOTAL_RETRY_MAX ||
|
||||
ex instanceof OutOfMemoryError ||
|
||||
ex instanceof FileNotFoundException ||
|
||||
|
|
Loading…
Reference in a new issue