summaryrefslogtreecommitdiff
path: root/libre/thunderbird-libre/vendor.js
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 17:58:59 -0500
committerLuke Shumaker <LukeShu@sbcglobal.net>2011-12-31 17:58:59 -0500
commit24b65bef3e8e0ff2d0704787a295039f2e8e35fd (patch)
treebbeac869f0f40286a4a4c5b24198b8bb38d43946 /libre/thunderbird-libre/vendor.js
parent639016e3d81574ae482fe96012c8e39012ac0843 (diff)
parent6018f318724745ea2800c629d0db77f19ecbd02b (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/abslibre
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);