Specifies that `mail.collect_*` could be changed from settings
This commit is contained in:
parent
fc6ea5582f
commit
352394a62f
1
user.js
1
user.js
|
@ -1502,6 +1502,7 @@ user_pref("mailnews.display.date_senders_timezone", false);
|
||||||
/* 6030: Address book collection [SETUP-FEATURE]
|
/* 6030: Address book collection [SETUP-FEATURE]
|
||||||
* Disable Thunderbird internal address book email collection
|
* Disable Thunderbird internal address book email collection
|
||||||
* Consider using CardBook extension instead (https://addons.thunderbird.net/addon/cardbook/)
|
* 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 ***/
|
* [SETTING][CARDBOOK] CardBook>Preferences>Email>Collect Outgoing Email ***/
|
||||||
user_pref("mail.collect_addressbook", ""); // [DEFAULT: "jsaddrbook://history.sqlite"]
|
user_pref("mail.collect_addressbook", ""); // [DEFAULT: "jsaddrbook://history.sqlite"]
|
||||||
user_pref("mail.collect_email_address_outgoing", false);
|
user_pref("mail.collect_email_address_outgoing", false);
|
||||||
|
|
Loading…
Reference in New Issue