Skip to content

Commit

Permalink
Adds mail.inline_attachments.text to template
Browse files Browse the repository at this point in the history
This preference controls whether "text attachments" (e.g. CSV, HTML or even plain text) should **also** be directly rendered in message body.

> see #35
  • Loading branch information
Samuel FORESTIER committed Jul 15, 2023
1 parent 07d26c7 commit 439e5b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 439e5b5

Please sign in to comment.