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