Leaves `mail.tabs.autoHide` to its default value (disabled)

This preference is strictly _personal_ and should not be enforced in the
template.

> see #21
> closes #25
This commit is contained in:
Samuel FORESTIER 2022-08-24 10:09:15 +02:00
parent db12db282f
commit 6c5d84bc89
1 changed files with 1 additions and 3 deletions

View File

@ -1299,6 +1299,7 @@ user_pref("mailnews.start_page_override.mstone", "ignore"); // master switch
// user_pref("clipboard.autocopy", false); // disable autocopy default [LINUX]
/* UX BEHAVIOR ***/
// user_pref("general.autoScroll", false); // middle-click enabling auto-scrolling [DEFAULT: false on Linux]
// user_pref("mail.tabs.autoHide", true); // hides the tab bar if there is only one tab
// user_pref("ui.key.menuAccessKey", 0); // disable alt key toggling the menu bar [RESTART]
/* UX FEATURES ***/
// user_pref("reader.parse-on-load.enabled", false); // Reader View
@ -1343,9 +1344,6 @@ user_pref("mailnews.auto_config.addons_url","");
user_pref("mail.provider.enabled", false);
/** UI (User Interface) ***/
/* 9110: Hide tab bar
* false=Hides the tab bar if there is only one tab. (default) ***/
user_pref("mail.tabs.autoHide", true);
/* 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. ***/