From 5a787eb8ce3f9cb0d6898655841e4626a0d5fdd4 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Thu, 14 Jul 2022 16:00:48 +0200 Subject: [PATCH] Adds `mail.compose.warn_public_recipients.*` preferences * Adds `mail.compose.warn_public_recipients.threshold` with its default value * Enables `mail.compose.warn_public_recipients.aggressive` to show an alert if previous setting warning has not be addressed (v93+) --- user.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/user.js b/user.js index 8a3e842..42f4cb6 100644 --- a/user.js +++ b/user.js @@ -1383,6 +1383,10 @@ 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] +/* 9220: Set public recipients number from which BCC is advised ***/ + // user_pref("mail.compose.warn_public_recipients.threshold", 15); // [DEFAULT: 15] +/* 9221: Show an alert if the warning above has not been addressed ***/ +user_pref("mail.compose.warn_public_recipients.aggressive", true); /** VIEW ***/ /* 9230: Disable JavaScript