Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 84ea5bae authored by Alexandre Roux's avatar Alexandre Roux
Browse files

set default frequency to 5 minutes

parent c6f89079
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -71,7 +71,7 @@ class AccountConfigImpl implements AccountConfig, Parcelable {

    private boolean notifyNewMail = true;
    private boolean showOngoing;
    private int automaticCheckIntervalMinutes = -1;
    private int automaticCheckIntervalMinutes = 5;
    private Account.FolderMode folderPushMode = FolderMode.FIRST_CLASS;

    private DeletePolicy deletePolicy = DeletePolicy.ON_DELETE;