Don't add inline attachments on reply

This commit is contained in:
djmaze 2020-09-20 11:13:40 +02:00
parent 9fc5a3ff6a
commit 6d5317d969

View file

@ -1378,7 +1378,7 @@ class ComposePopupView extends AbstractViewNext {
switch (type) {
case ComposeType.Reply:
case ComposeType.ReplyAll:
add = item.isLinked;
// add = item.isLinked;
break;
case ComposeType.Forward: