mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 15:57:37 +08:00
Don't add inline attachments on reply
This commit is contained in:
parent
9fc5a3ff6a
commit
6d5317d969
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue