mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 20:49:20 +03:00
Remove images on reply
This commit is contained in:
parent
067c502592
commit
f559b3c87e
1 changed files with 1 additions and 0 deletions
|
|
@ -944,6 +944,7 @@ class ComposePopupView extends AbstractViewNext {
|
|||
'EMAIL': sFrom
|
||||
});
|
||||
|
||||
sText = sText.replace(/<img[^>]+>/g, '').replace(/<a\s[^>]+><\/a>/g, '');
|
||||
sText = '<br /><br />' + sReplyTitle + ':' + '<br /><br />' + '<blockquote>' + sText.trim() + '</blockquote>';
|
||||
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue