mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-06-28 00:27:25 -04:00
Resets mail.showCondensedAddresses
(9111) as it's disabled by default
This commit is contained in:
parent
38fb0cc33e
commit
a2a42b7d49
1 changed files with 3 additions and 3 deletions
6
user.js
6
user.js
|
@ -1176,9 +1176,9 @@ user_pref("mail.provider.enabled", false);
|
||||||
* 2=name ***/
|
* 2=name ***/
|
||||||
// user_pref("mail.addressDisplayFormat", 0);
|
// user_pref("mail.addressDisplayFormat", 0);
|
||||||
/* 9111: Show full email instead of just name from address book
|
/* 9111: Show full email instead of just name from address book
|
||||||
* true=Show just the display name for people in the address book (default)
|
* true=Show just the display name for people in the address book
|
||||||
* false=Show both the email address and display name. ***/
|
* false=Show both the email address and display name. (default) ***/
|
||||||
user_pref("mail.showCondensedAddresses", false);
|
// user_pref("mail.showCondensedAddresses", false);
|
||||||
/* 9112: Disable "Filelink for Large Attachments" feature
|
/* 9112: Disable "Filelink for Large Attachments" feature
|
||||||
* [1] https://support.thunderbird.net/kb/filelink-large-attachments ***/
|
* [1] https://support.thunderbird.net/kb/filelink-large-attachments ***/
|
||||||
user_pref("mail.cloud_files.enabled", false);
|
user_pref("mail.cloud_files.enabled", false);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue