mirror of https://github.com/M66B/FairEmail.git
Added Gmail quote class
This commit is contained in:
parent
e0979cb38b
commit
2a3cb59c13
|
@ -5623,6 +5623,7 @@ public class FragmentCompose extends FragmentBase {
|
|||
!"dsn".equals(action)) {
|
||||
// Reply/forward
|
||||
Element reply = document.createElement("div");
|
||||
reply.addClass("gmail_quote");
|
||||
reply.attr("fairemail", "reference");
|
||||
|
||||
reply.appendElement("br");
|
||||
|
|
Loading…
Reference in New Issue