mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Added option to separate replies with a line
This commit is contained in:
@@ -2072,7 +2072,7 @@ public class AdapterMessage extends RecyclerView.Adapter<AdapterMessage.ViewHold
|
||||
|
||||
div.appendChild(h);
|
||||
|
||||
Element p = embedded.getReplyHeader(context, document, true);
|
||||
Element p = embedded.getReplyHeader(context, document, false, true);
|
||||
div.appendChild(p);
|
||||
|
||||
div.appendChild(d.body().tagName("p"));
|
||||
|
||||
Reference in New Issue
Block a user