|
|
@ -5809,7 +5809,6 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
// Encryption
|
|
|
|
// Encryption
|
|
|
|
List<Address> recipients = data.draft.getAllRecipients();
|
|
|
|
List<Address> recipients = data.draft.getAllRecipients();
|
|
|
|
|
|
|
|
|
|
|
|
if (!BuildConfig.DEBUG)
|
|
|
|
|
|
|
|
if (EntityMessage.PGP_SIGNONLY.equals(ref.ui_encrypt) ||
|
|
|
|
if (EntityMessage.PGP_SIGNONLY.equals(ref.ui_encrypt) ||
|
|
|
|
EntityMessage.PGP_SIGNENCRYPT.equals(ref.ui_encrypt)) {
|
|
|
|
EntityMessage.PGP_SIGNENCRYPT.equals(ref.ui_encrypt)) {
|
|
|
|
if (PgpHelper.isOpenKeychainInstalled(context) &&
|
|
|
|
if (PgpHelper.isOpenKeychainInstalled(context) &&
|
|
|
|