mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 17:57:16 +00:00
Added comment
This commit is contained in:
parent
58e49368e3
commit
1aa11ea0b9
1 changed files with 1 additions and 0 deletions
|
@ -3385,6 +3385,7 @@ class Core {
|
|||
|
||||
if (ex instanceof FolderClosedException ||
|
||||
ex instanceof FolderNotFoundException)
|
||||
// Lost folder connection to server
|
||||
recoverable = false;
|
||||
|
||||
if (ex instanceof IllegalStateException && (
|
||||
|
|
Loading…
Reference in a new issue