mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-30 01:21:11 +01:00
Added settings to suggest local sent/received addresses
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user