gtk/thunderbird-kde/vendor.js
AlmAck 5516ee3e50 thunderbird renamed thunderbird-kde
added mozilla-kde patches
2014-03-02 23:53:11 +01:00

10 lines
321 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);