re-disables donation appeal notification

This commit is contained in:
Samuel FORESTIER 2024-07-09 20:49:17 +02:00
parent 192b2cc132
commit 749920889c

View File

@ -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);
// 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 */