mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 20:13:45 +02:00
Sync subscribed folder
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user