From b58655a4225f853c2c4f845bc7212fb0d2cf2f40 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Mon, 2 Nov 2020 09:58:33 +0100 Subject: [PATCH] The option following `6001` should definitely be `6002` :-) --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index e71d135..1aa8d26 100644 --- a/user.js +++ b/user.js @@ -1411,7 +1411,7 @@ user_pref("mailnews.auto_config.fetchFromISP.sendEmailAddress", false); user_pref("mailnews.auto_config.fetchFromExchange.enabled", false); user_pref("mailnews.auto_config_url", ""); user_pref("mailnews.auto_config.addons_url",""); -/* 6001: Disable account provisioning [SETUP-INSTALL] +/* 6002: Disable account provisioning [SETUP-INSTALL] * This option allows users to create a new email account through partner providers. * [1] https://developer.mozilla.org/en-US/docs/Mozilla/Thunderbird/Account_Provisioner ***/ user_pref("mail.provider.enabled", false);