mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-31 10:01:22 +01:00
Sync folders on manual sync
This commit is contained in:
@@ -531,7 +531,7 @@ public class FragmentMessages extends FragmentBase {
|
||||
nointernet = true;
|
||||
} else {
|
||||
now = "connected".equals(account.state);
|
||||
EntityOperation.sync(context, db, folder.id);
|
||||
EntityOperation.sync(context, db, folder.id, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user