mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 00:23:09 +02:00
Sync foreground on add/update account
This commit is contained in:
@@ -476,7 +476,7 @@ public class FragmentPop extends FragmentBase {
|
||||
inbox.id = db.folder().insertFolder(inbox);
|
||||
|
||||
if (account.synchronize)
|
||||
EntityOperation.sync(context, inbox.id, false);
|
||||
EntityOperation.sync(context, inbox.id, true);
|
||||
}
|
||||
|
||||
EntityFolder drafts = db.folder().getFolderByType(account.id, EntityFolder.DRAFTS);
|
||||
|
||||
Reference in New Issue
Block a user