mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Round number
This commit is contained in:
parent
ddfc36c527
commit
55671994f3
1 changed files with 2 additions and 2 deletions
|
@ -543,8 +543,8 @@ public class FragmentFolders extends FragmentBase {
|
|||
db.folder().setFolderInitialize(folder.id, Integer.MAX_VALUE);
|
||||
db.folder().setFolderKeep(folder.id, Integer.MAX_VALUE);
|
||||
} else if (months > 0) {
|
||||
db.folder().setFolderInitialize(folder.id, months * 31);
|
||||
db.folder().setFolderKeep(folder.id, months * 31);
|
||||
db.folder().setFolderInitialize(folder.id, months * 30);
|
||||
db.folder().setFolderKeep(folder.id, months * 30);
|
||||
}
|
||||
|
||||
EntityOperation.sync(context, folder.id, true);
|
||||
|
|
Loading…
Reference in a new issue