mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 06:08:31 +02:00
Default disable auto reply plain text only
This commit is contained in:
@@ -672,6 +672,9 @@ public class ApplicationEx extends Application
|
||||
} else if (version < 2016) {
|
||||
if (!prefs.contains("reset_snooze"))
|
||||
editor.putBoolean("reset_snooze", false);
|
||||
} else if (version < 2029) {
|
||||
if (!prefs.contains("plain_only_reply"))
|
||||
editor.putBoolean("plain_only_reply", true);
|
||||
}
|
||||
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.O && !BuildConfig.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user