thunderbird: replace intl.locale.matchOS with intl.locale.requested in vendor.js

as documented in https://bugzilla.mozilla.org/show_bug.cgi?id=1413866#c21
resolves #3527
[skip ci]
This commit is contained in:
Helmut Pozimski 2018-10-07 17:25:29 +02:00 committed by Enno Boland
parent c3757db924
commit 8a33ffd62b
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
// Use LANG environment variable to choose locale
pref("intl.locale.matchOS", true);
pref("intl.locale.requested", "");
// Disable default mailer checking.
pref("mail.shell.checkDefaultMail", false);

View file

@ -4,7 +4,7 @@
#
pkgname=thunderbird
version=60.2.1
revision=1
revision=2
short_desc="Standalone Mail/News reader"
maintainer="Enno Boland <gottox@voidlinux.eu>"
homepage="https://www.thunderbird.net/"