mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-03 13:44:40 +00:00
Let force sync synchronize all messages
This commit is contained in:
parent
17a5ee80bf
commit
decd262063
1 changed files with 2 additions and 0 deletions
|
@ -2254,6 +2254,8 @@ class Core {
|
|||
int initialize = jargs.optInt(4, folder.initialize);
|
||||
boolean force = jargs.optBoolean(5, false);
|
||||
|
||||
if (force)
|
||||
sync_days = keep_days;
|
||||
if (keep_days == sync_days && keep_days != Integer.MAX_VALUE)
|
||||
keep_days++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue