From ac8a715b067749c9a7845d2fe862764f34bef20f Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Sat, 15 Jul 2023 19:13:06 +0200 Subject: [PATCH] Adds missing semi-colon in reset `mail.rights.version` --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index aaaa2b1..3970c6b 100644 --- a/user.js +++ b/user.js @@ -200,7 +200,7 @@ user_pref("mail.instrumentation.userOptedIn", false); * true=never show the notification * [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] + // user_pref("mail.rights.version", 1); // [DEFAULT: unset] /* 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);