From 39aaee7fa32256913c7fdfd9ae3c49d4ddc7aea6 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Thu, 14 Jul 2022 15:35:58 +0200 Subject: [PATCH] Allows Thunderbird to be used without any configured email account (v93) --- user.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/user.js b/user.js index cf46d8e..8a3e842 100644 --- a/user.js +++ b/user.js @@ -206,6 +206,8 @@ 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); /* 0380: disable the 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]