mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 15:17:03 +02:00
Fixed extra new lines in added sent messages
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user