From 3d3c2e2b3b25a162221081ce8a77e8bddd95ae37 Mon Sep 17 00:00:00 2001 From: Johnny Hughes Date: Mar 09 2015 20:32:28 +0000 Subject: debrand thunderbird-31.5.0-2.el7_1 --- diff --git a/SOURCES/thunderbird-centos-default-prefs.js b/SOURCES/thunderbird-centos-default-prefs.js new file mode 100644 index 0000000..013aa21 --- /dev/null +++ b/SOURCES/thunderbird-centos-default-prefs.js @@ -0,0 +1,28 @@ +pref("app.update.enabled", false); +pref("app.update.autoInstallEnabled", false); +# Allow users to set custom colors +# pref("browser.display.use_system_colors", true); +pref("general.useragent.vendor", "CentOS"); +pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR"); +pref("intl.locale.matchOS", true); +pref("mail.shell.checkDefaultClient", false); +pref("toolkit.networkmanager.disable", false); +pref("offline.autoDetect", true); + +# Disable global indexing by default +pref("mailnews.database.global.indexer.enabled", false); + +# Do not switch to Smart Folders after upgrade to 3.0b4 +pref("mail.folder.views.version", "1") +pref("extensions.shownSelectionUI", true); +pref("extensions.autoDisableScope", 0); + +# For rhbz#1024232 +pref("ui.SpellCheckerUnderlineStyle", 1); + +/* Workaround for rhbz#1134876 */ +pref("javascript.options.baselinejit", false); +/* Workaround for rhbz#1110291 */ +pref("network.negotiate-auth.allow-insecure-ntlm-v1", true); +/* Workaround for mozbz#1063315 */ +pref("security.use_mozillapkix_verification", false); diff --git a/SPECS/thunderbird.spec b/SPECS/thunderbird.spec index ffa48f9..beb791e 100644 --- a/SPECS/thunderbird.spec +++ b/SPECS/thunderbird.spec @@ -79,7 +79,7 @@ Source1: thunderbird-langpacks-%{version}-20150223.tar.bz2 %endif Source10: thunderbird-mozconfig Source11: thunderbird-mozconfig-branded -Source12: thunderbird-redhat-default-prefs.js +Source12: thunderbird-centos-default-prefs.js Source20: thunderbird.desktop Source21: thunderbird.sh.in Source100: find-external-requires @@ -483,6 +483,9 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : #=============================================================================== %changelog +* Mon Mar 20 2015 Johnny Hughes - 31.5.0-2 +- Roll in CentOS Branding + * Mon Feb 23 2015 Jan Horak - 31.5.0-2 - Update to 31.5.0