mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 03:19:24 +01:00
Fixed keeping messages
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user