mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-30 19:56:10 +00:00
Prevent showing error message
This commit is contained in:
parent
4df14940a1
commit
717a1f336b
1 changed files with 1 additions and 1 deletions
|
@ -1105,7 +1105,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
if (folder.synchronize)
|
||||
if (!folder.poll && capIdle) {
|
||||
if (!mapFolders.get(folder).isOpen()) // Sends folder NOOP
|
||||
throw new FolderClosedException(mapFolders.get(folder));
|
||||
throw new StoreClosedException(istore, folder.name);
|
||||
} else
|
||||
EntityOperation.sync(this, folder.id, false);
|
||||
|
||||
|
|
Loading…
Reference in a new issue