mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 22:56:33 +02:00
Sync selectable folders only
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user