Somehow, checkDefaultMail option got renamed to checkDefaultClient

This commit is contained in:
Samuel FORESTIER 2020-11-03 18:53:06 +01:00
parent 787ca411fb
commit 37066f8c06

View File

@ -83,7 +83,7 @@ user_pref("browser.aboutConfig.showWarning", false); // HTML version [FF71+]
user_pref("_user.js.parrot", "0100 syntax error: the parrot's dead!");
/* 0101: disable default browser check
* [SETTING] Edit>Preferences>Advanced>Always check to see if Thunderbird is the default mail client on startup ***/
user_pref("mail.shell.checkDefaultMail", false);
user_pref("mail.shell.checkDefaultClient", false);
/* 0102: set START page
* [SETTING] Edit>Preferences>General>Thunderbird Start Page ***/
user_pref("mailnews.start_page.enabled", false);