mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-02-22 15:01:15 +01:00
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:
parent
07d26c7881
commit
439e5b5e7d
1
user.js
1
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 */
|
||||
|
Loading…
Reference in New Issue
Block a user