From ccf3747419a6dfc72f493780af69a0e6d974ce0f Mon Sep 17 00:00:00 2001 From: boredsquirrel <113100745+boredsquirrel@users.noreply.github.com> Date: Tue, 21 May 2024 12:14:02 +0000 Subject: [PATCH] added changes --- user.js | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/user.js b/user.js index fd27ee8..5073816 100644 --- a/user.js +++ b/user.js @@ -82,10 +82,10 @@ user_pref("browser.aboutConfig.showWarning", false); user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!"); /* 0102: set START page [SETUP-CHROME] * [SETTING] General > Thunderbird Start Page ***/ -// user_pref("mailnews.start_page.enabled", false); +user_pref("mailnews.start_page.enabled", false); /* 0104: set NEWTAB page * true=? (default), false=blank page ***/ -// user_pref("browser.newtabpage.enabled", false); +user_pref("browser.newtabpage.enabled", false); /*** [SECTION 0200]: GEOLOCATION / LANGUAGE / LOCALE ***/ user_pref("_user.js.parrot", "0200 syntax error: the parrot's definitely deceased!"); @@ -567,7 +567,7 @@ user_pref("dom.disable_window_move_resize", true); /*** [SECTION 2600]: MISCELLANEOUS ***/ user_pref("_user.js.parrot", "2600 syntax error: the parrot's run down the curtain!"); /* 2601: prevent accessibility services from accessing your browser [RESTART] - * [1] https://support.mozilla.org/en-US/kb/accessibility-services ***/ + * [1] https://support.mozilla.org/kb/accessibility-services ***/ user_pref("accessibility.force_disabled", 1); /* 2603: remove temp files opened with an external application * [1] https://bugzilla.mozilla.org/302433 ***/ @@ -861,7 +861,7 @@ user_pref("browser.chrome.site_icons", false); user_pref("browser.sessionstore.max_tabs_undo", 0); /* 5008: disable resuming session from crash * [TEST] about:crashparent ***/ -// user_pref("browser.sessionstore.resume_from_crash", false); + // user_pref("browser.sessionstore.resume_from_crash", false); /* 5009: disable "open with" in download dialog [FF50+] * Application data isolation [1] * [1] https://bugzilla.mozilla.org/1281959 ***/ @@ -1170,7 +1170,7 @@ user_pref("mail.provider.enabled", false); /* 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); +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); @@ -1225,7 +1225,7 @@ user_pref("mailnews.headers.useMinimalUserAgent", true); * [SETTING] Preferences > Composition > Addressing > Automatically add outgoing e-mail addresses... * [SETTING][CARDBOOK] CardBook > Preferences > Email > Collect Outgoing Email ***/ // user_pref("mail.collect_addressbook", "jsaddrbook://history.sqlite"); -// user_pref("mail.collect_email_address_outgoing", false); +user_pref("mail.collect_email_address_outgoing", false); /* 9131: Only use email addresses, without their Display Names [CARDBOOK] [SETUP-FEATURE] * By default, CardBook extension incorporates contacts display names in addresses fields. * This could leak sensitive information to all recipients. @@ -1267,7 +1267,7 @@ user_pref("mail.sanitize_date_header", true); * [1] http://kb.mozillazine.org/Plain_text_e-mail_%28Thunderbird%29 * [2] https://support.mozilla.org/en-US/questions/1004181 * [3] https://markdown-here.com ***/ -// user_pref("mail.html_compose", false); + // user_pref("mail.html_compose", false); user_pref("mail.identity.default.compose_html", false); /* 9213: Send only plaintext email by default * [SETUP-FEATURE] Only use HTML email if you need it, see [1] @@ -1279,7 +1279,7 @@ user_pref("mail.identity.default.compose_html", false); * 2=HTML (only send a HTML part) * 3=both (send both the HTML part and the plain text alternative part) * [1] https://drewdevault.com/2016/04/11/Please-use-text-plain-for-emails.html ***/ -user_pref("mail.default_send_format", 0); + // user_pref("mail.default_send_format", 0); /* 9214: What classes can process incoming data. * (0=All classes (default), 1=Don't display HTML, 2=Don't display HTML and inline images, * 3=Don't display HTML, inline images and some other uncommon types, 100=Use a hard coded list)