mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-20 11:40:03 +01:00
Small improvement
This commit is contained in:
@@ -1591,7 +1591,7 @@ public class MessageHelper {
|
||||
if (part.isMimeType("text/plain")) {
|
||||
if ("flowed".equalsIgnoreCase(ct.getParameter("format")))
|
||||
result = HtmlHelper.flow(result);
|
||||
result = "<div plain=\"true\">" + HtmlHelper.formatPre(result) + "</div>";
|
||||
result = "<div x-plain=\"true\">" + HtmlHelper.formatPre(result) + "</div>";
|
||||
} else if (part.isMimeType("text/html")) {
|
||||
if (TextUtils.isEmpty(charset)) {
|
||||
// <meta charset="utf-8" />
|
||||
|
||||
Reference in New Issue
Block a user