mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Configurable default answer action
This commit is contained in:
@@ -577,6 +577,10 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 1837) {
|
||||
if (!prefs.contains("compact_folders"))
|
||||
editor.putBoolean("compact_folders", false);
|
||||
} else if (version < 1839) {
|
||||
boolean reply_all = prefs.getBoolean("reply_all", false);
|
||||
if (reply_all)
|
||||
editor.remove("reply_all").putString("answer_action", "reply_all");
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user