mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Background sync, simplifications
This commit is contained in:
@@ -299,7 +299,7 @@ public class FragmentFolders extends FragmentBase {
|
||||
// Unified inbox
|
||||
List<EntityFolder> folders = db.folder().getFoldersSynchronizingUnified();
|
||||
for (EntityFolder folder : folders)
|
||||
EntityOperation.sync(context, folder.id);
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
} else {
|
||||
// Folder list
|
||||
EntityAccount account = db.account().getAccount(aid);
|
||||
|
||||
Reference in New Issue
Block a user