mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-04 18:48:31 +00:00
Oops
This commit is contained in:
parent
548b0f93d6
commit
ce1d0cb876
1 changed files with 1 additions and 1 deletions
|
@ -3938,7 +3938,7 @@ class Core {
|
|||
|
||||
Calendar cal_keep_unread = Calendar.getInstance();
|
||||
cal_keep_unread.add(Calendar.DAY_OF_MONTH,
|
||||
delete_unseen ? keep_days * 6 : -Math.max(keep_days * 6, EntityFolder.DEFAULT_KEEP * 6));
|
||||
delete_unseen ? -keep_days * 6 : -Math.max(keep_days * 6, EntityFolder.DEFAULT_KEEP * 6));
|
||||
cal_keep_unread.set(Calendar.HOUR_OF_DAY, 0);
|
||||
cal_keep_unread.set(Calendar.MINUTE, 0);
|
||||
cal_keep_unread.set(Calendar.SECOND, 0);
|
||||
|
|
Loading…
Add table
Reference in a new issue