mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Small improvement
This commit is contained in:
@@ -965,7 +965,7 @@ class Core {
|
||||
boolean sync_kept = prefs.getBoolean("sync_kept", false);
|
||||
|
||||
Log.i(folder.name + " start sync after=" + sync_days + "/" + keep_days +
|
||||
"sync unseen=" + sync_unseen + " flagged=" + sync_flagged + " kept=" + sync_kept);
|
||||
" sync unseen=" + sync_unseen + " flagged=" + sync_flagged + " kept=" + sync_kept);
|
||||
|
||||
db.folder().setFolderSyncState(folder.id, "syncing");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user