summaryrefslogtreecommitdiff
path: root/libre/icedove-libre/vendor.js
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-08 14:21:54 -0300
committerAndré Fabian Silva Delgado <andre@pc-01.localdomain>2012-05-08 14:21:54 -0300
commitb6c790777b1f1c5a17e839abbfebfeda98565a6f (patch)
tree3c9daf2bc423b713c3a0a2e72ea9c2397285eab6 /libre/icedove-libre/vendor.js
parentfe0809b8e48e9a9cd4c4e4d0878538aa7b4860e6 (diff)
downloadabslibre-b6c790777b1f1c5a17e839abbfebfeda98565a6f.tar.gz
abslibre-b6c790777b1f1c5a17e839abbfebfeda98565a6f.tar.bz2
abslibre-b6c790777b1f1c5a17e839abbfebfeda98565a6f.zip
icedove-libre-11.0-1: new package
Diffstat (limited to 'libre/icedove-libre/vendor.js')
-rw-r--r--libre/icedove-libre/vendor.js12
1 files changed, 12 insertions, 0 deletions
diff --git a/libre/icedove-libre/vendor.js b/libre/icedove-libre/vendor.js
new file mode 100644
index 000000000..279bdc158
--- /dev/null
+++ b/libre/icedove-libre/vendor.js
@@ -0,0 +1,12 @@
+// Forbid application updates
+lockPref("app.update.enabled", false);
+
+// 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);