mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Force sync improvements
This commit is contained in:
@@ -374,7 +374,7 @@ public class FragmentAccounts extends FragmentBase {
|
||||
Collections.sort(folders, folders.get(0).getComparator(context));
|
||||
|
||||
for (EntityFolder folder : folders) {
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
EntityOperation.sync(context, folder.id, true, force);
|
||||
|
||||
if (folder.account == null)
|
||||
outbox = true;
|
||||
|
||||
Reference in New Issue
Block a user