Revert "Let force sync synchronize all messages"

This reverts commit decd262063.
This commit is contained in:
M66B 2021-01-24 17:25:41 +01:00
parent 70c5df856b
commit 67794bdabb
1 changed files with 0 additions and 2 deletions

View File

@ -2264,8 +2264,6 @@ 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++;