Resets `mail.showCondensedAddresses` (9111) as it's disabled by default

This commit is contained in:
Samuel FORESTIER 2024-08-22 14:37:54 +02:00 committed by Samuel FORESTIER
parent 55cf3041a7
commit 100b5537e9
1 changed files with 3 additions and 3 deletions

View File

@ -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);