From 439e5b5e7d7be91bd202d883ca11a21cd6831d6f Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 15 Jul 2023 19:03:42 +0200 Subject: [PATCH] Adds `mail.inline_attachments.text` to template This preference controls whether "text attachments" (e.g. CSV, HTML or even plain text) should **also** be directly rendered in message body. > see #35 --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 77b37f2..aaaa2b1 100644 --- a/user.js +++ b/user.js @@ -1477,6 +1477,7 @@ user_pref("mailnews.display.prefer_plaintext", false); * true=Show inlinable attachments (text, images, messages) after the message. * false=Do not display any attachments with the message ***/ user_pref("mail.inline_attachments", false); + // user_pref("mail.inline_attachments.text", false); /* 9218: Big attachment warning * [1] https://support.mozilla.org/en-US/questions/1081046 * [2] http://forums.mozillazine.org/viewtopic.php?f=39&t=2949521 */