1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-11 06:33:29 +00:00

Reply found inline images only

This commit is contained in:
M66B 2020-08-27 08:53:28 +02:00
parent cb15d78abb
commit fff231b9fa

View file

@ -3741,8 +3741,7 @@ public class FragmentCompose extends FragmentBase {
for (EntityAttachment attachment : attachments)
if (!attachment.isEncryption() &&
("forward".equals(action) || "editasnew".equals(action) ||
(cid.contains(attachment.cid) ||
(attachment.isInline() && attachment.isImage())))) {
cid.contains(attachment.cid))) {
if (attachment.available) {
File source = attachment.getFile(context);