mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-29 17:11:12 +01:00
Default enable highlight unread for new installations
This commit is contained in:
@@ -247,6 +247,10 @@ public class ApplicationEx extends Application {
|
||||
if (!prefs.contains("poll_interval"))
|
||||
editor.putInt("poll_interval", 0);
|
||||
editor.remove("first");
|
||||
} else if (version < 1021) {
|
||||
boolean highlight_unread = prefs.getBoolean("highlight_unread", false);
|
||||
if (!highlight_unread)
|
||||
prefs.edit().putBoolean("highlight_unread", highlight_unread);
|
||||
}
|
||||
|
||||
if (BuildConfig.DEBUG && false) {
|
||||
|
||||
Reference in New Issue
Block a user