1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-24 23:12:55 +00:00

Debug: skip reply sign/encrypt

This commit is contained in:
M66B 2023-10-13 09:12:02 +02:00
parent 74306ed5af
commit 70c27d6712

View file

@ -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) &&