Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enables project notes (start page) #52

Merged
merged 3 commits into from
Jul 9, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ 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);
boredsquirrel marked this conversation as resolved.
Show resolved Hide resolved
/* 0104: set NEWTAB page
* true=? (default), false=blank page ***/
user_pref("browser.newtabpage.enabled", false);
Expand Down Expand Up @@ -202,7 +202,7 @@ user_pref("mail.rights.override", true); // [DEFAULT: unset]
* $url Web page is opened if $viewed is lower than $version (and 0330 policy bypass notification is disabled)
* [1] https://searchfox.org/comm-esr115/source/mail/base/content/messenger.js#455 ***/
// user_pref("app.donation.eoy.version", 2);
user_pref("app.donation.eoy.version.viewed", 999);
// user_pref("app.donation.eoy.version.viewed", 999);
HorlogeSkynet marked this conversation as resolved.
Show resolved Hide resolved
// user_pref("app.donation.eoy.url", "https://www.thunderbird.net/thunderbird/115.0/appeal/");
/* 0380: disable the new/unread message count badge on taskbar icon
* [1] https://www.thunderbird.net/en-US/thunderbird/91.0.2/releasenotes/#whatsnew */
Expand Down