summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Stakenvicius <axs@gentoo.org>2018-08-15 13:07:08 -0400
committerIan Stakenvicius <axs@gentoo.org>2018-08-15 13:53:57 -0400
commitafc6b6485ad663d136add5398dd533b9fa35c83d (patch)
tree8cdbe3a6f7f13cdb8ceb6f05d5de46da95b81109 /mail-client/thunderbird/files/thunderbird-gentoo-default-prefs.js-2
parentsys-kernel/gentoo-sources: Linuxpatch 4.14.63 (diff)
downloadgentoo-afc6b6485ad663d136add5398dd533b9fa35c83d.tar.gz
gentoo-afc6b6485ad663d136add5398dd533b9fa35c83d.tar.bz2
gentoo-afc6b6485ad663d136add5398dd533b9fa35c83d.zip
mail-client/thunderbird-60: fix pref to ensure OS locale is honoured
Package-Manager: Portage-2.3.40, Repoman-2.3.9
Diffstat (limited to 'mail-client/thunderbird/files/thunderbird-gentoo-default-prefs.js-2')
-rw-r--r--mail-client/thunderbird/files/thunderbird-gentoo-default-prefs.js-210
1 files changed, 10 insertions, 0 deletions
diff --git a/mail-client/thunderbird/files/thunderbird-gentoo-default-prefs.js-2 b/mail-client/thunderbird/files/thunderbird-gentoo-default-prefs.js-2
new file mode 100644
index 000000000000..9770a1aca5ab
--- /dev/null
+++ b/mail-client/thunderbird/files/thunderbird-gentoo-default-prefs.js-2
@@ -0,0 +1,10 @@
+pref("app.update.enabled", false);
+pref("app.update.autoInstallEnabled", false);
+pref("browser.display.use_system_colors", true);
+pref("intl.locale.matchOS", true);
+pref("intl.locale.requested", "");
+pref("general.useragent.locale", "chrome://global/locale/intl.properties");
+pref("mail.shell.checkDefaultClient", false);
+# Do not switch to Smart Folders after upgrade to 3.0b4
+pref("mail.folder.views.version", "1");
+pref("extensions.autoDisableScopes", 0);