mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Fix self PGP key check
This commit is contained in:
@@ -4035,8 +4035,6 @@ public class FragmentCompose extends FragmentBase {
|
||||
if (pgpService.isBound() &&
|
||||
!EntityMessage.PGP_SIGNENCRYPT.equals(draft.ui_encrypt)) {
|
||||
List<Address> recipients = new ArrayList<>();
|
||||
if (draft.from != null)
|
||||
recipients.addAll(Arrays.asList(draft.from));
|
||||
if (draft.to != null)
|
||||
recipients.addAll(Arrays.asList(draft.to));
|
||||
if (draft.cc != null)
|
||||
|
||||
Reference in New Issue
Block a user