mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-29 21:34:44 +02:00
Plain text only with alt content
This commit is contained in:
@@ -8714,7 +8714,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
Document document = JsoupEx.parse(file);
|
||||
|
||||
boolean monospaced_pre = prefs.getBoolean("monospaced_pre", false);
|
||||
if (Boolean.TRUE.equals(message.plain_only) && monospaced_pre)
|
||||
if (message.isPlainOnly() && monospaced_pre)
|
||||
HtmlHelper.restorePre(document);
|
||||
|
||||
HtmlHelper.embedInlineImages(context, id, document, true);
|
||||
|
||||
Reference in New Issue
Block a user