Added settings to suggest local sent/received addresses

This commit is contained in:
M66B
2019-09-12 17:33:33 +02:00
parent cb21cf6de3
commit 01af183a80
5 changed files with 75 additions and 23 deletions

View File

@@ -144,6 +144,12 @@ public class ApplicationEx extends Application {
editor.putBoolean("ascending_list", prefs.getBoolean("ascending", false));
editor.remove("ascending");
}
} else if (version < 701) {
if (prefs.getBoolean("suggest_local", false)) {
editor.putBoolean("suggest_sent", true);
editor.remove("suggest_local");
}
}
if (BuildConfig.DEBUG && false) {