Folder not found is unrecoverable

This commit is contained in:
M66B 2019-06-24 08:35:13 +02:00
parent 833191f5d1
commit f5ca8f746d
1 changed files with 2 additions and 1 deletions

View File

@ -2203,7 +2203,8 @@ class Core {
ex.getCause() instanceof ConnectionException))
recoverable = false;
if (ex instanceof FolderClosedException)
if (ex instanceof FolderClosedException ||
ex instanceof FolderNotFoundException)
recoverable = false;
if (ex instanceof IllegalStateException && (