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

Commit 1b3b0628 authored by Nihar Thakkar's avatar Nihar Thakkar
Browse files

Don't enable openPGP by default.

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

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

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

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

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