Ensure newline before reply header

This commit is contained in:
M66B
2020-08-30 10:30:08 +02:00
parent ceab470840
commit 5f82df7a5f

View File

@@ -3561,6 +3561,8 @@ public class FragmentCompose extends FragmentBase {
Element reply = document.createElement("div");
reply.attr("fairemail", "reference");
reply.appendElement("br");
// Build reply header
boolean extended_reply = prefs.getBoolean("extended_reply", false);
Element p = ref.getReplyHeader(context, document, extended_reply);