mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02: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