summaryrefslogtreecommitdiff
path: root/libre/icedove/vendor-prefs.js
blob: 633bebf3077be23ee380f05825aefd1e08f31e6d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
// Use LANG environment variable to choose locale
pref("intl.locale.requested", "");

// Use system-provided dictionaries
pref("spellchecker.dictionary_path", "/usr/share/hunspell");

// 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);

// Disable telemetry
pref("datareporting.healthreport.uploadEnabled", false);
pref("datareporting.policy.dataSubmissionEnabled", false);
pref("toolkit.telemetry.archive.enabled", false);