mirror of https://github.com/M66B/FairEmail.git
Fixed keeping messages
This commit is contained in:
parent
4f605f35a0
commit
560eb1204b
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue