Skip to content

Commit

Permalink
Leaves mail.tabs.autoHide to its default value (disabled)
Browse files Browse the repository at this point in the history
This preference is strictly _personal_ and should not be enforced in the
template.

> see #21
> closes #25
  • Loading branch information
Samuel FORESTIER committed Aug 24, 2022
1 parent db12db2 commit 6c5d84b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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. ***/
Expand Down

0 comments on commit 6c5d84b

Please sign in to comment.