Fixes wrong value type set for `mail.collect_addressbook` option...

and adds the default value to template for re-enabling purposes
This commit is contained in:
Samuel FORESTIER 2020-11-03 10:59:41 +01:00
parent f9413919b5
commit 68d36833f7
1 changed files with 1 additions and 1 deletions

View File

@ -1473,7 +1473,7 @@ user_pref("mailnews.display.date_senders_timezone", false);
/* 6007: Address book collection
* [SETUP-FEATURE] Disable address book email collection
* Consider using https://addons.thunderbird.net/addon/cardbook instead ***/
user_pref("mail.collect_addressbook", false);
user_pref("mail.collect_addressbook", ""); // [DEFAULT: "jsaddrbook://history.sqlite"]
user_pref("mail.collect_email_address_outgoing", false);
/*** [SECTION 6100]: EMAIL COMPOSITION (ENCODING / FORMAT / VIEW)