mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-23 14:41:08 +00:00
Sync subscribed folder
This commit is contained in:
parent
668445e9ea
commit
40568c42b0
1 changed files with 3 additions and 1 deletions
|
@ -1903,7 +1903,9 @@ class Core {
|
|||
folder.inferiors = inferiors;
|
||||
folder.setSpecials(account);
|
||||
folder.id = db.folder().insertFolder(folder);
|
||||
Log.i(folder.name + " added type=" + folder.type);
|
||||
Log.i(folder.name + " added type=" + folder.type + " sync=" + folder.synchronize);
|
||||
if (folder.synchronize)
|
||||
EntityOperation.sync(context, folder.id, false);
|
||||
} else {
|
||||
Log.i(folder.name + " exists type=" + folder.type);
|
||||
|
||||
|
|
Loading…
Reference in a new issue