mirror of
https://github.com/HorlogeSkynet/thunderbird-user.js.git
synced 2025-09-01 01:18:31 +02:00
Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
e95dc540c9 | |||
6c5d84bc89 | |||
db12db282f | |||
f8466f15dd |
16
user.js
16
user.js
@ -1,7 +1,7 @@
|
||||
/******
|
||||
* name: thunderbird user.js
|
||||
* date: 25 May 2022
|
||||
* version: v91.1
|
||||
* date: 24 August 2022
|
||||
* version: v91.2
|
||||
* url: https://github.com/HorlogeSkynet/thunderbird-user.js
|
||||
* license: MIT (https://github.com/HorlogeSkynet/thunderbird-user.js/blob/master/LICENSE)
|
||||
* releases: https://github.com/HorlogeSkynet/thunderbird-user.js/releases
|
||||
@ -1062,8 +1062,8 @@ user_pref("browser.cache.memory.capacity", 0);
|
||||
/* 5003: disable saving passwords
|
||||
* [NOTE] This does not clear any passwords already saved ***/
|
||||
user_pref("signon.rememberSignons", false);
|
||||
/* 5004: disable permissions manager from writing to disk [FF41+] [RESTART]
|
||||
* [NOTE] This means any permission changes are session only
|
||||
/* 5004: disable permissions manager from reading or writing to disk [FF41+] [RESTART]
|
||||
* [SETUP-CHROME] This means any permission changes (cookie or mail remote content) are session only
|
||||
* [1] https://bugzilla.mozilla.org/967812 ***/
|
||||
user_pref("permissions.memory_only", true); // [HIDDEN PREF]
|
||||
/* 5005: disable intermediate certificate caching [FF41+] [RESTART]
|
||||
@ -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. ***/
|
||||
@ -1482,7 +1480,7 @@ user_pref("mailnews.display.disallow_mime_handlers", 3);
|
||||
* [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2
|
||||
* [3] https://www.bucksch.org/1/projects/mozilla/108153/ ***/
|
||||
user_pref("mailnews.display.html_as", 3);
|
||||
/* 9216: Prefer to view as plaintext or html [SETUP-FEATURE]
|
||||
/* 9216: Prefer to view as plaintext or HTML [SETUP-FEATURE]
|
||||
* true=Display a message as plain text when there is both a HTML and a plain
|
||||
* text version of a message body
|
||||
* false=Display a message as HTML when there is both a HTML and a plain text
|
||||
@ -1591,7 +1589,7 @@ user_pref("rss.display.disallow_mime_handlers", 3);
|
||||
* [2] https://hg.mozilla.org/comm-central/rev/c1ef44a22eb2
|
||||
* [3] https://www.bucksch.org/1/projects/mozilla/108153/
|
||||
user_pref("rss.display.html_as", 1);
|
||||
/* 9322: Prefer to view as plaintext or html
|
||||
/* 9322: Prefer to view as plaintext or HTML
|
||||
* true=Display a message as plain text when there is both a HTML and a plain
|
||||
* text version of a message body
|
||||
* false=Display a message as HTML when there is both a HTML and a plain text
|
||||
|
Reference in New Issue
Block a user