Sync selectable folders only

This commit is contained in:
M66B 2019-09-13 11:49:16 +02:00
parent 3a9bd3550a
commit a899e4e19a
1 changed files with 1 additions and 1 deletions

View File

@ -1053,7 +1053,7 @@ public class ServiceSynchronize extends ServiceBase {
idler.start();
idlers.add(idler);
if (sync)
if (sync && folder.selectable)
EntityOperation.sync(this, folder.id, false);
} else
mapFolders.put(folder, null);