1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-01 12:44:42 +00:00

Fixed keeping messages

This commit is contained in:
M66B 2018-11-14 14:24:32 +01:00
parent 4f605f35a0
commit 560eb1204b

View file

@ -1681,7 +1681,7 @@ public class ServiceSynchronize extends LifecycleService {
if (sync < 0)
sync = 0;
long keep = cal_sync.getTimeInMillis();
long keep = cal_keep.getTimeInMillis();
if (keep < 0)
keep = 0;