From 100b5537e92264fbfbdf93276f362b29b843afdf Mon Sep 17 00:00:00 2001 From: Samuel FORESTIER Date: Thu, 22 Aug 2024 14:37:54 +0200 Subject: [PATCH] Resets `mail.showCondensedAddresses` (9111) as it's disabled by default --- user.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/user.js b/user.js index efd7bec..5d65bb8 100644 --- a/user.js +++ b/user.js @@ -1176,9 +1176,9 @@ user_pref("mail.provider.enabled", false); * 2=name ***/ // user_pref("mail.addressDisplayFormat", 0); /* 9111: Show full email instead of just name from address book - * true=Show just the display name for people in the address book (default) - * false=Show both the email address and display name. ***/ -user_pref("mail.showCondensedAddresses", false); + * true=Show just the display name for people in the address book + * false=Show both the email address and display name. (default) ***/ + // user_pref("mail.showCondensedAddresses", false); /* 9112: Disable "Filelink for Large Attachments" feature * [1] https://support.thunderbird.net/kb/filelink-large-attachments ***/ user_pref("mail.cloud_files.enabled", false);