Skip to content

Commit

Permalink
Adds mail.compose.warned_about_customize_from preference to template
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel FORESTIER committed Feb 28, 2023
1 parent 4f5cde4 commit 3266390
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ user_pref("mail.rights.override", true); // [DEFAULT: unset]
/* 0372: allow Thunderbird usage without any configured email account [SETUP-INSTALL]
* [NOTE] Only enable this if you don't plan to use emails at all and want to hide the account setup ***/
// user_pref("app.use_without_mail_account", true);
/* 0373: disable warning when customizing "From address" ***/
// user_pref("mail.compose.warned_about_customize_from", true);
/* 0380: disable the new/unread message count badge on taskbar icon
* [1] https://www.thunderbird.net/en-US/thunderbird/91.0.2/releasenotes/#whatsnew */
// user_pref("mail.biff.show_badge", false); // [WINDOWS]
Expand Down

0 comments on commit 3266390

Please sign in to comment.