Fixed forwarding image attachments

pull/197/head
M66B 3 years ago
parent dc4df306c7
commit 75204208d0

@ -4134,6 +4134,10 @@ public class FragmentCompose extends FragmentBase {
if (cid.contains(attachment.cid))
attachment.disposition = Part.INLINE;
else {
attachment.cid = null;
attachment.disposition = Part.ATTACHMENT;
}
attachment.id = null;
attachment.message = data.draft.id;

Loading…
Cancel
Save