Specifies that mail.collect_* could be changed from settings

This commit is contained in:
Samuel FORESTIER 2020-11-07 23:08:15 +01:00
parent fc6ea5582f
commit 352394a62f

View File

@ -1502,6 +1502,7 @@ user_pref("mailnews.display.date_senders_timezone", false);
/* 6030: Address book collection [SETUP-FEATURE]
* Disable Thunderbird internal address book email collection
* Consider using CardBook extension instead (https://addons.thunderbird.net/addon/cardbook/)
* [SETTING] Preferences>Composition>Addressing>Automatically add outgoing e-mail addresses...
* [SETTING][CARDBOOK] CardBook>Preferences>Email>Collect Outgoing Email ***/
user_pref("mail.collect_addressbook", ""); // [DEFAULT: "jsaddrbook://history.sqlite"]
user_pref("mail.collect_email_address_outgoing", false);