mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added definable placeholders
This commit is contained in:
@@ -805,7 +805,7 @@ public class EntityRule {
|
||||
if (resend)
|
||||
body = Helper.readText(message.getFile(context));
|
||||
else {
|
||||
body = answer.getHtml(message.from);
|
||||
body = answer.getHtml(context, message.from);
|
||||
|
||||
if (original_text) {
|
||||
Document msg = JsoupEx.parse(body);
|
||||
|
||||
Reference in New Issue
Block a user