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:
parent
c3757db924
commit
8a33ffd62b
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
// Use LANG environment variable to choose locale
|
// Use LANG environment variable to choose locale
|
||||||
pref("intl.locale.matchOS", true);
|
pref("intl.locale.requested", "");
|
||||||
|
|
||||||
// Disable default mailer checking.
|
// Disable default mailer checking.
|
||||||
pref("mail.shell.checkDefaultMail", false);
|
pref("mail.shell.checkDefaultMail", false);
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
#
|
#
|
||||||
pkgname=thunderbird
|
pkgname=thunderbird
|
||||||
version=60.2.1
|
version=60.2.1
|
||||||
revision=1
|
revision=2
|
||||||
short_desc="Standalone Mail/News reader"
|
short_desc="Standalone Mail/News reader"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="https://www.thunderbird.net/"
|
homepage="https://www.thunderbird.net/"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue