From 7ffec7ed571fd5a16d4ea214827f5dd4815d1e2a Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sun, 13 Feb 2022 12:54:05 +0100 Subject: [PATCH] Highers `mail.compose.big_attachments.threshold_kb` to 9220KB --- user.js | 1 + 1 file changed, 1 insertion(+) diff --git a/user.js b/user.js index 941ad1e..b03d0c3 100644 --- a/user.js +++ b/user.js @@ -1490,6 +1490,7 @@ user_pref("mail.inline_attachments", false); * [2] http://forums.mozillazine.org/viewtopic.php?f=39&t=2949521 */ user_pref("mail.compose.big_attachments.notify", true); // [DEFAULT: true] /* 9219: Set big attachment size to warn at */ +user_pref("mail.compose.big_attachments.threshold_kb", 9220); // [DEFAULT: 5120] // user_pref("mailnews.message_warning_size", 20971520); // [DEFAULT: 20971520] /** VIEW ***/