mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Sync on folder save only when enabled
This commit is contained in:
parent
d681b09e58
commit
201ed53ac1
1 changed files with 2 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue