Adds missing semi-colon in reset `mail.rights.version`
This commit is contained in:
parent
439e5b5e7d
commit
ac8a715b06
2
user.js
2
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);
|
||||
|
|
Loading…
Reference in New Issue