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:
parent
cb15d78abb
commit
fff231b9fa
1 changed files with 1 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue