mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-10 11:03:41 +02:00
Added separator line
This commit is contained in:
@@ -6967,6 +6967,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
|
||||
if (!TextUtils.isEmpty(html)) {
|
||||
Document document = JsoupEx.parse(message.getFile(context));
|
||||
document.body().prependElement("hr");
|
||||
document.body().prepend(html);
|
||||
|
||||
Helper.writeText(message.getFile(context), document.body().html());
|
||||
|
||||
Reference in New Issue
Block a user