Sophie

Sophie

distrib > Mageia > 5 > x86_64 > by-pkgid > 47747c47c9e927a2d9fafac0ed18622d > files > 13

thunderbird-45.8.0-1.mga5.src.rpm

pref("general.useragent.vendor", "Mageia");
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
pref("general.useragent.vendorComment", "THUNDERBIRD_VENDOR_COMMENT");

# not used anymore, see upstream developer comment: https://bugzilla.mozilla.org/show_bug.cgi?id=550755#c1
# and related Mandriva bug report https://qa.mandriva.com/show_bug.cgi?id=58784
# Make hyperlinks work
#pref("network.protocol-handler.app.http", "COMMAND");
#pref("network.protocol-handler.app.https", "COMMAND");
#pref("network.protocol-handler.app.ftp", "COMMAND");

# Follow system locale
pref("intl.locale.matchOS", true);

# extensions.autoDisableScopes is a new preference added in firefox 8
# it defines "scopes" where newly installed addons are disabled by default
# this is an additive bit field, and the value defaults to 15 (1+2+4+8)
# we need to remove system scope (8) from it so language packs and other addons
# which are installed systemwide won't get marked as 3rd party and disabled
# documentation: http://kb.mozillazine.org/About:config_entries#Extensions.
# or in toolkit/mozapps/extensions/AddonManager.jsm
# we also need to disable the "disable addon selection dialog"
pref("extensions.autoDisableScopes", 0);
pref("extensions.shownSelectionUI", true);