From fc22408d19a5fb709f661399990c5753ae3cdfac Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 8 Jan 2022 17:23:51 +0100 Subject: [PATCH] Fixes `mailnews.sendformat.auto_downgrade` wrongly left disabled --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 9f0f4cd..855412b 100644 --- a/user.js +++ b/user.js @@ -1453,7 +1453,7 @@ user_pref("mail.identity.default.compose_html", false); /* 9213: Downgrade email to plaintext by default * [SETUP-FEATURE] Only use HTML email if you need it, see above * [SETTING] Composition > Composition > HTML Style > Configure text format behavior > Send options... > Send messages as plain text if possible ***/ -user_pref("mailnews.sendformat.auto_downgrade", false); +user_pref("mailnews.sendformat.auto_downgrade", true); /* 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)