Adds missing semi-colon in reset `mail.rights.version`

This commit is contained in:
Samuel FORESTIER 2023-07-15 19:13:06 +02:00
parent 439e5b5e7d
commit ac8a715b06
1 changed files with 1 additions and 1 deletions

View File

@ -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);