mirror of https://github.com/M66B/FairEmail.git
Added separator line
This commit is contained in:
parent
e5a578abbf
commit
f777ba344f
|
@ -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());
|
||||
|
|
Loading…
Reference in New Issue