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
This commit is contained in:
Samuel FORESTIER 2023-07-15 19:03:42 +02:00
parent 07d26c7881
commit 439e5b5e7d
1 changed files with 1 additions and 0 deletions

View File

@ -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 */