1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-29 11:15:51 +00:00

Fixed extra new lines in added sent messages

This commit is contained in:
M66B 2020-05-26 18:55:49 +02:00
parent 2a74c13e1a
commit c8d49a36c6

View file

@ -440,6 +440,8 @@ public class ServiceSend extends ServiceBase {
MessageHelper.MessageParts parts = helper.getMessageParts();
String body = parts.getHtml(this);
if (parts.isPlainOnly())
body = body.replace("<div x-plain=\"true\">", "<div>");
try {
db.beginTransaction();