PKGBUILDs/extra/thunderbird/vendor.js

10 lines
321 B
JavaScript
Raw Normal View History

2013-06-25 16:41:43 +00:00
// 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);