From 767443b63d1f810c8e913bc2004170bc4dac5153 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 26 Jan 2023 08:36:50 +0100 Subject: added local working copy of thunderbird-bin --- adapted/thunderbird-bin/vendor.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 adapted/thunderbird-bin/vendor.js (limited to 'adapted/thunderbird-bin/vendor.js') diff --git a/adapted/thunderbird-bin/vendor.js b/adapted/thunderbird-bin/vendor.js new file mode 100644 index 0000000..170b505 --- /dev/null +++ b/adapted/thunderbird-bin/vendor.js @@ -0,0 +1,9 @@ +// Use LANG environment variable to choose locale +pref("intl.locale.matchOS", true); + +// Disable default mailer checking. +pref("mail.shell.checkDefaultMail", false); + +// Don't disable our bundled extensions in the application directory +pref("extensions.autoDisableScopes", 11); +pref("extensions.shownSelectionUI", true); -- cgit v1.2.3-54-g00ecf