This commit is contained in:
Martin Rotter 2021-04-17 20:38:48 +02:00 committed by Martin Rotter
parent a7088d9abb
commit 3b0122be63

View file

@ -153,10 +153,11 @@ QString MessageBrowser::prepareHtmlForMessage(const Message& message) {
}
html += pictures_html;
html = html
/*html = html
.replace(QSL("\r\n"), QSL("\n"))
.replace(QL1C('\r'), QL1C('\n'))
.remove(QL1C('\n'));
.remove(QL1C('\n'));*/
return QSL("<html>"
"<head><style>"