Skip to content

Commit

Permalink
Adds missing semi-colon in reset mail.rights.version
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Jul 15, 2023
1 parent 439e5b5 commit ac8a715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit ac8a715

Please sign in to comment.