diff --git a/SOURCES/thunderbird-centos-default-prefs.js b/SOURCES/thunderbird-centos-default-prefs.js new file mode 100644 index 0000000..55e9d82 --- /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 ddbfccb..81d4271 100644 --- a/SPECS/thunderbird.spec +++ b/SPECS/thunderbird.spec @@ -79,7 +79,7 @@ Source1: thunderbird-langpacks-%{version}-20150331.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 +* Wed Apr 1 2015 Johnny Hughes - 31.6.0-1 +- Roll in CentOS Branding + * Tue Mar 31 2015 Jan Horak - 31.6.0-1 - Update to 31.6.0