mirror of https://github.com/M66B/FairEmail.git
Fixed replying to encrypted messages
This commit is contained in:
parent
538cd76d8f
commit
f7e5cddaa5
|
@ -1776,6 +1776,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
List<EntityAttachment> attachments = db.attachment().getAttachments(ref.id);
|
||||
for (EntityAttachment attachment : attachments)
|
||||
if (attachment.available &&
|
||||
!EntityAttachment.PGP_MESSAGE.equals(attachment.encryption) &&
|
||||
("forward".equals(action) || attachment.isInline())) {
|
||||
File source = attachment.getFile(context);
|
||||
|
||||
|
|
Loading…
Reference in New Issue