From 0abbda8e39525f048863ee772f904cfe2299f3ce Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 23 Jul 2022 15:34:01 +0200 Subject: [PATCH] Adds `mail.biff.show_alert` and `mail.biff.alert.show_*` preferences --- user.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/user.js b/user.js index 5914730..aadd708 100644 --- a/user.js +++ b/user.js @@ -206,6 +206,15 @@ user_pref("app.use_without_mail_account", true); // user_pref("mail.biff.show_badge", false); // [WINDOWS] /* 0381: show the number of "new" messages on taskbar icon (not the number of unread ones) ***/ // user_pref("mail.biff.use_new_count_in_badge", true); +/* 0390: disable new email alerts + * [SETTING] General > Incoming Mails > When new messages arrive > Show an alert ***/ + // user_pref("mail.biff.show_alert", false); +/* 0391: control the kind of information disclosed in new email alerts + * [SETTING] General > Incoming Mails > When new messages arrive > Show an alert > Customize... ***/ +user_pref("mail.biff.alert.show_preview", false); +user_pref("mail.biff.alert.show_subject", false); +user_pref("mail.biff.alert.show_sender", false); + // user_pref("mail.biff.alert.preview_length", 40); // [HIDDEN PREF] /*** [SECTION 0400]: SAFE BROWSING (SB) SB has taken many steps to preserve privacy. If required, a full url is never sent