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:
parent
0e4c1dfacb
commit
95fd605b0e
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user