mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
PGP reminder only when not signing/encrypting
This commit is contained in:
@@ -4114,7 +4114,8 @@ public class FragmentCompose extends FragmentBase {
|
||||
args.putBoolean("remind_extra", true);
|
||||
|
||||
if (pgpService.isBound() &&
|
||||
!EntityMessage.PGP_SIGNENCRYPT.equals(draft.ui_encrypt)) {
|
||||
(draft.ui_encrypt == null ||
|
||||
EntityMessage.ENCRYPT_NONE.equals(draft.ui_encrypt))) {
|
||||
List<Address> recipients = new ArrayList<>();
|
||||
if (draft.to != null)
|
||||
recipients.addAll(Arrays.asList(draft.to));
|
||||
|
||||
Reference in New Issue
Block a user