ab771b
pref("app.update.enabled", false);
ab771b
pref("app.update.autoInstallEnabled", false);
ab771b
# Allow users to set custom colors
ab771b
# pref("browser.display.use_system_colors",   true);
ab771b
pref("general.useragent.vendor", "CentOS");
ab771b
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
ab771b
pref("intl.locale.matchOS", true);
ab771b
pref("mail.shell.checkDefaultClient", false);
ab771b
pref("toolkit.networkmanager.disable", false);
ab771b
pref("offline.autoDetect", true);
ab771b
ab771b
# Disable global indexing by default
ab771b
pref("mailnews.database.global.indexer.enabled", false);
ab771b
ab771b
# Do not switch to Smart Folders after upgrade to 3.0b4
ab771b
pref("mail.folder.views.version", "1");
ab771b
pref("extensions.shownSelectionUI", true);
ab771b
pref("extensions.autoDisableScope", 0);
ab771b
ab771b
# For rhbz#1024232
ab771b
pref("ui.SpellCheckerUnderlineStyle",       1);
ab771b
ab771b
/* Workaround for rhbz#1134876 */
ab771b
pref("javascript.options.baselinejit",      false);
ab771b
/* Workaround for rhbz#1110291 */
ab771b
pref("network.negotiate-auth.allow-insecure-ntlm-v1", true);
ab771b
/* Workaround for mozbz#1063315 */
ab771b
pref("security.use_mozillapkix_verification", false);
ab771b
/* Use OS settings for UI language */
ab771b
pref("intl.locale.requested", "");
ab771b
pref("datareporting.healthreport.uploadEnabled", false);
ab771b
pref("datareporting.policy.dataSubmissionEnabled", false);
ab771b
pref("toolkit.telemetry.archive.enabled", false);