summaryrefslogtreecommitdiff
path: root/libre/thunderbird-libre/vendor.js
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2011-12-31 23:14:47 +0000
committerroot <root@rshg054.dnsready.net>2011-12-31 23:14:47 +0000
commit8654516201466a2dd3f3f05a6c0095e69c01715c (patch)
treea156feadd5848a424f6af944665d71aa954d01cf /libre/thunderbird-libre/vendor.js
parent5d738f85840804ee493d267784d9cce5dc52f535 (diff)
Sat Dec 31 23:14:47 UTC 2011
Diffstat (limited to 'libre/thunderbird-libre/vendor.js')
-rw-r--r--libre/thunderbird-libre/vendor.js9
1 files changed, 9 insertions, 0 deletions
diff --git a/libre/thunderbird-libre/vendor.js b/libre/thunderbird-libre/vendor.js
new file mode 100644
index 000000000..170b505a8
--- /dev/null
+++ b/libre/thunderbird-libre/vendor.js
@@ -0,0 +1,9 @@
+// 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);