From ea3c48a7a9ad4bc588b9b423d526c6afc78d812c Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 3 Sep 2022 10:00:56 +0200 Subject: [PATCH] Leaves `app.use_without_mail_account` disabled not to hide emails UI > See Co-Authored-By: Dupond --- user.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/user.js b/user.js index a3100ae..8f9d751 100644 --- a/user.js +++ b/user.js @@ -199,8 +199,9 @@ user_pref("mail.instrumentation.userOptedIn", false); * [1] https://searchfox.org/comm-esr102/source/mail/base/content/specialTabs.js#1266 ***/ user_pref("mail.rights.override", true); // [DEFAULT: unset] // user_pref("mail.rights.version", 1) // [DEFAULT: unset] -/* 0372: allow Thunderbird usage without any configured email account [SETUP-INSTALL] ***/ -user_pref("app.use_without_mail_account", true); +/* 0372: allow Thunderbird usage without any configured email account [SETUP-INSTALL] + * [NOTE] Only enable this if you don't plan to use emails at all and want to hide the account setup ***/ + // user_pref("app.use_without_mail_account", true); /* 0380: disable the new/unread message count badge on taskbar icon * [1] https://www.thunderbird.net/en-US/thunderbird/91.0.2/releasenotes/#whatsnew */ // user_pref("mail.biff.show_badge", false); // [WINDOWS]