mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-12 20:13:45 +02:00
Fixed synchronizing folders
This commit is contained in:
@@ -770,7 +770,7 @@ class Core {
|
||||
folder.poll = ("imap.gmail.com".equals(account.host));
|
||||
folder.sync_days = EntityFolder.DEFAULT_SYNC;
|
||||
folder.keep_days = EntityFolder.DEFAULT_KEEP;
|
||||
db.folder().insertFolder(folder);
|
||||
folder.id = db.folder().insertFolder(folder);
|
||||
Log.i(folder.name + " added type=" + folder.type);
|
||||
} else {
|
||||
Log.i(folder.name + " exists type=" + folder.type);
|
||||
|
||||
Reference in New Issue
Block a user