mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-28 02:37: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 ||
|
if (ex instanceof FolderClosedException ||
|
||||||
ex instanceof FolderNotFoundException)
|
ex instanceof FolderNotFoundException)
|
||||||
|
// Lost folder connection to server
|
||||||
recoverable = false;
|
recoverable = false;
|
||||||
|
|
||||||
if (ex instanceof IllegalStateException && (
|
if (ex instanceof IllegalStateException && (
|
||||||
|
|
Loading…
Reference in a new issue