Fix self PGP key check

This commit is contained in:
M66B 2020-04-15 14:43:27 +02:00
parent 9516ac228a
commit 7714272ede
1 changed files with 0 additions and 2 deletions

View File

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