mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-04-23 09:19:08 -04:00
enabled HTML and Text sending
This was really annoying. Sending images as attchments doesnt work as well in Flatpak Thunderbird, an there is little reason to not allow HTML at all. Poorly there is no "send text, with HTML styles send text and HTML"
This commit is contained in:
parent
4f5cde426c
commit
c727416a8c
2
user.js
2
user.js
@ -1454,7 +1454,7 @@ user_pref("mail.identity.default.compose_html", false);
|
||||
* 2=HTML (only send a HTML part)
|
||||
* 3=both (send both the HTML part and the plain text alternative part)
|
||||
* [1] https://drewdevault.com/2016/04/11/Please-use-text-plain-for-emails.html ***/
|
||||
user_pref("mail.default_send_format", 1);
|
||||
user_pref("mail.default_send_format", 3);
|
||||
/* 9214: What classes can process incoming data.
|
||||
* (0=All classes (default), 1=Don't display HTML, 2=Don't display HTML and inline images,
|
||||
* 3=Don't display HTML, inline images and some other uncommon types, 100=Use a hard coded list)
|
||||
|
Loading…
x
Reference in New Issue
Block a user