cde9b1d6a6
* requires NSPR 4.19 and NSS 3.36.4 * what's new https://www.thunderbird.net/en-US/thunderbird/60.0/releasenotes/ - source archives are now signed directly (removed checksum signature check) - imported patches from Firefox 60 * mozilla-bmo1375074.patch * mozilla-bmo1464766.patch * mozilla-i586-DecoderDoctorLogger.patch * mozilla-i586-domPrefs.patch - removed obsolete patches * mozilla-language.patch - removed -devel subpackage as old-style extensions are mainly gone - storing of remote content settings fixed (boo#1084603) OBS-URL: https://build.opensuse.org/package/show/mozilla:Factory/MozillaThunderbird?expand=0&rev=419
20 lines
803 B
JavaScript
20 lines
803 B
JavaScript
pref("general.useragent.vendor", "SUSE");
|
|
pref("general.useragent.vendorSub", "RPM_VERSION");
|
|
pref("font.default", "sans-serif");
|
|
pref("font.default.x-western", "sans-serif");
|
|
pref("font.name.monospace.x-western", "monospace");
|
|
pref("font.name.monospace.x-unicode", "monospace");
|
|
pref("network.negotiate-auth.gsslib", "GSSAPI");
|
|
pref("print.print_edge_top", 14); // 1/100 of an inch
|
|
pref("print.print_edge_left", 16); // 1/100 of an inch
|
|
pref("print.print_edge_right", 16); // 1/100 of an inch
|
|
pref("print.print_edge_bottom", 14); // 1/100 of an inch
|
|
pref("intl.locale.requested", "");
|
|
|
|
// do not disable system-global or app-global extensions
|
|
pref("extensions.autoDisableScopes", 3);
|
|
pref("extensions.shownSelectionUI", true);
|
|
|
|
// spellcheck
|
|
pref("spellchecker.dictionary_path", "/usr/share/myspell");
|