summaryrefslogtreecommitdiff
path: root/nonprism/icedove/vendor.js
blob: 2da68d2bb0b908526dd2549f2d19952cf71a05c4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// 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);

// Disable Social API for content
pref("social.remote-install.enabled", false);
pref("social.toast-notifications.enabled", false);

// Make sure that whitelisted and directory installs are empty
pref("social.whitelist", "");
pref("social.directories", "");

// Disable the GeoLocation API for content
pref("geo.enabled", false);

// Pointing the "Help -> What's new" menu entry to mozilla.debian.net
pref("mailnews.start_page.override_url", "http://wiki.debian.org/Icedove/WhatsNew45");