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:
parent
2a74c13e1a
commit
c8d49a36c6
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue