PKGBUILDs/extra/thunderbird/vendor.js
2016-05-15 14:55:08 +00:00

13 lines
417 B
JavaScript

// 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);
// https://bugzilla.mozilla.org/show_bug.cgi?id=1245783
pref("javascript.options.ion", false);