mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-07 17:43:18 +02:00
Reply/forward original message
This commit is contained in:
@@ -293,7 +293,8 @@ public class MessageHelper {
|
||||
}
|
||||
|
||||
if (message.replying != null || message.forwarding != null)
|
||||
body += EntityMessage.getQuote(context, message.replying == null ? message.forwarding : message.replying);
|
||||
body += HtmlHelper.getQuote(context,
|
||||
message.replying == null ? message.forwarding : message.replying, false);
|
||||
|
||||
BodyPart plain = new MimeBodyPart();
|
||||
plain.setContent(Jsoup.parse(body).text(), "text/plain; charset=" + Charset.defaultCharset().name());
|
||||
|
||||
Reference in New Issue
Block a user