From 68d36833f780ca2a88481868d79bfde37de83741 Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Tue, 3 Nov 2020 10:59:41 +0100 Subject: [PATCH] Fixes wrong value type set for `mail.collect_addressbook` option... and adds the default value to template for re-enabling purposes --- user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user.js b/user.js index 5e2708e..e4b6664 100644 --- a/user.js +++ b/user.js @@ -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)