Hide time zone in reply header

This commit is contained in:
M66B
2022-09-14 08:24:46 +02:00
parent ed781f0206
commit d59383be0e
4 changed files with 10 additions and 5 deletions

View File

@@ -285,7 +285,7 @@ public class MessageHelper {
SharedPreferences prefs = PreferenceManager.getDefaultSharedPreferences(context);
int receipt_type = prefs.getInt("receipt_type", 2);
boolean receipt_legacy = prefs.getBoolean("receipt_legacy", false);
boolean hide_timezone = prefs.getBoolean("hide_timezone", true);
boolean hide_timezone = prefs.getBoolean("hide_timezone", false);
boolean autocrypt = prefs.getBoolean("autocrypt", true);
boolean mutual = prefs.getBoolean("autocrypt_mutual", true);
boolean encrypt_subject = prefs.getBoolean("encrypt_subject", false);