|
|
@ -5765,6 +5765,7 @@ public class FragmentCompose extends FragmentBase {
|
|
|
|
if (data.draft.bcc != null)
|
|
|
|
if (data.draft.bcc != null)
|
|
|
|
recipients.addAll(Arrays.asList(data.draft.bcc));
|
|
|
|
recipients.addAll(Arrays.asList(data.draft.bcc));
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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) &&
|
|
|
|