1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-02-07 02:30:10 -05:00

default account setting cryptoApp to APG

This commit is contained in:
Thialfihar 2010-08-14 19:30:37 +00:00
parent 0e4c1dfacb
commit 95fd605b0e

View File

@ -377,7 +377,7 @@ public class Account implements BaseAccount
mIsSignatureBeforeQuotedText = prefs.getBoolean(mUuid + ".signatureBeforeQuotedText", false);
identities = loadIdentities(prefs);
mCryptoApp = prefs.getString(mUuid + ".cryptoApp", "");
mCryptoApp = prefs.getString(mUuid + ".cryptoApp", Apg.NAME);
mCryptoAutoSignature = prefs.getBoolean(mUuid + ".cryptoAutoSignature", false);
}