mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Sync on folder save only when enabled
This commit is contained in:
@@ -250,7 +250,8 @@ public class FragmentFolder extends FragmentBase {
|
||||
sync_days, keep_days, auto_delete);
|
||||
db.folder().setFolderError(id, null);
|
||||
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
if (!reload && synchronize)
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
}
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
|
||||
Reference in New Issue
Block a user