mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-29 11:15:51 +00:00
Fix self PGP key check
This commit is contained in:
parent
9516ac228a
commit
7714272ede
1 changed files with 0 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue