mirror of https://github.com/M66B/FairEmail.git
Quote only on replying
This commit is contained in:
parent
be76818f6a
commit
ca352356ec
|
@ -2305,7 +2305,10 @@ public class FragmentCompose extends FragmentBase {
|
|||
}
|
||||
}
|
||||
|
||||
String refBody = String.format("<p>%s %s:</p>\n<blockquote>%s</blockquote>",
|
||||
if ("reply".equals(action) || "reply_all".equals(action))
|
||||
refText = "<blockquote>" + refText + "</blockquote>";
|
||||
|
||||
String refBody = String.format("<p>%s %s:</p>\n%s",
|
||||
Html.escapeHtml(new Date(ref.received).toString()),
|
||||
Html.escapeHtml(MessageHelper.formatAddresses(ref.from)),
|
||||
refText);
|
||||
|
|
Loading…
Reference in New Issue