Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 78b2905b authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Enabled openPGP by default.

parent c7541bbb
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -254,7 +254,7 @@ public class K9 extends Application
    private static boolean hideTimeZone = false;
    private static boolean hideHostnameWhenConnecting = false;

    private static String openPgpProvider = "";
    private static String openPgpProvider = "org.sufficientlysecure.keychain";
    private static boolean openPgpSupportSignOnly = false;

    private static Account.SortType sortType;
@@ -779,7 +779,7 @@ public class K9 extends Application
        hideTimeZone = storage.getBoolean("hideTimeZone", false);
        hideHostnameWhenConnecting = storage.getBoolean("hideHostnameWhenConnecting", false);

        openPgpProvider = storage.getString("openPgpProvider", NO_OPENPGP_PROVIDER);
        openPgpProvider = storage.getString("openPgpProvider", openPgpProvider);
        openPgpSupportSignOnly = storage.getBoolean("openPgpSupportSignOnly", false);

        confirmDelete = storage.getBoolean("confirmDelete", false);