aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorDaniel Gultsch <daniel@gultsch.de>2016-02-26 09:48:58 +0100
committerDaniel Gultsch <daniel@gultsch.de>2016-02-26 09:48:58 +0100
commit7fd6a37e670682e5e7cc3c0a4cb1939e09b0f291 (patch)
tree30b5311acb300a22df98eb56afd7552c9a975c28 /src/main/res/xml/preferences.xml
parentdc00a92499ebcf23eb5883ea5f5419abd7b8f348 (diff)
disallow message correction by default. fixes #1720
Diffstat (limited to 'src/main/res/xml/preferences.xml')
-rw-r--r--src/main/res/xml/preferences.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/res/xml/preferences.xml b/src/main/res/xml/preferences.xml
index e8747a8b..35799573 100644
--- a/src/main/res/xml/preferences.xml
+++ b/src/main/res/xml/preferences.xml
@@ -147,7 +147,7 @@
android:summary="@string/pref_remove_trusted_certificates_summary"
android:title="@string/pref_remove_trusted_certificates_title"/>
<CheckBoxPreference
- android:defaultValue="true"
+ android:defaultValue="false"
android:key="allow_message_correction"
android:title="@string/pref_allow_message_correction"
android:summary="@string/pref_allow_message_correction_summary"/>