mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 17:13:23 +02:00
Reply found inline images only
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user