Prevent showing error message

This commit is contained in:
M66B 2019-07-08 16:06:51 +02:00
parent 4df14940a1
commit 717a1f336b
1 changed files with 1 additions and 1 deletions

View File

@ -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);