1
0
mirror of https://github.com/moparisthebest/k-9 synced 2025-01-30 14:50:14 -05:00
This commit is contained in:
Jesse Vincent 2010-10-11 00:08:54 +00:00
parent a683186f6e
commit 5fc78b4219
7 changed files with 45 additions and 40 deletions

View File

@ -141,6 +141,8 @@ public class AccountSettings extends K9PreferenceActivity
String accountUuid = getIntent().getStringExtra(EXTRA_ACCOUNT);
mAccount = Preferences.getPreferences(this).getAccount(accountUuid);
boolean isPushCapable = false;
boolean isExpungeCapable = false;
try
@ -621,6 +623,9 @@ public class AccountSettings extends K9PreferenceActivity
}
});
mCryptoApp = (ListPreference) findPreference(PREFERENCE_CRYPTO_APP);
CharSequence cryptoAppEntries[] = mCryptoApp.getEntries();
if (!new Apg().isAvailable(this))