mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-06 00:53:26 +02:00
Get/update full body on send
This commit is contained in:
@@ -295,6 +295,9 @@ public class MessageHelper {
|
||||
DB db = DB.getInstance(context);
|
||||
|
||||
String html = message.read(context);
|
||||
if (message.replying != null || message.forwarding != null)
|
||||
html += HtmlHelper.getQuote(context,
|
||||
message.replying == null ? message.forwarding : message.replying, false);
|
||||
|
||||
StringBuilder body = new StringBuilder();
|
||||
body.append(html);
|
||||
|
||||
Reference in New Issue
Block a user