archrelease: copy trunk to extra-x86_64
[arch-packages.git] / thunderbird / repos / extra-x86_64 / vendor-prefs.js
blob633bebf3077be23ee380f05825aefd1e08f31e6d
1 // Use LANG environment variable to choose locale
2 pref("intl.locale.requested", "");
4 // Use system-provided dictionaries
5 pref("spellchecker.dictionary_path", "/usr/share/hunspell");
7 // Disable default mailer checking
8 pref("mail.shell.checkDefaultMail", false);
10 // Don't disable our bundled extensions in the application directory
11 pref("extensions.autoDisableScopes", 11);
12 pref("extensions.shownSelectionUI", true);
14 // Disable telemetry
15 pref("datareporting.healthreport.uploadEnabled", false);
16 pref("datareporting.policy.dataSubmissionEnabled", false);
17 pref("toolkit.telemetry.archive.enabled", false);