mirror of https://github.com/M66B/FairEmail.git
Sync selectable folders only
This commit is contained in:
parent
3a9bd3550a
commit
a899e4e19a
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue