- Disable the default app nag dialog
This commit is contained in:
parent
20ca037569
commit
82f9e4fb0b
@ -4,6 +4,7 @@ pref("browser.display.use_system_colors", true);
|
|||||||
pref("general.useragent.vendor", "Fedora");
|
pref("general.useragent.vendor", "Fedora");
|
||||||
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
|
pref("general.useragent.vendorSub", "THUNDERBIRD_RPM_VR");
|
||||||
pref("intl.locale.matchOS", true);
|
pref("intl.locale.matchOS", true);
|
||||||
|
pref("mail.shell.checkDefaultClient", false);
|
||||||
|
|
||||||
# Make hyperlinks work
|
# Make hyperlinks work
|
||||||
pref("network.protocol-handler.app.http", "COMMAND");
|
pref("network.protocol-handler.app.http", "COMMAND");
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
Summary: Mozilla Thunderbird mail/newsgroup client
|
Summary: Mozilla Thunderbird mail/newsgroup client
|
||||||
Name: thunderbird
|
Name: thunderbird
|
||||||
Version: 3.0
|
Version: 3.0
|
||||||
Release: 2.beta2%{?dist}
|
Release: 2.1.beta2%{?dist}
|
||||||
URL: http://www.mozilla.org/projects/thunderbird/
|
URL: http://www.mozilla.org/projects/thunderbird/
|
||||||
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
License: MPLv1.1 or GPLv2+ or LGPLv2+
|
||||||
Group: Applications/Internet
|
Group: Applications/Internet
|
||||||
@ -298,6 +298,9 @@ fi
|
|||||||
#===============================================================================
|
#===============================================================================
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 23 2009 Christopher Aillon <caillon@redhat.com> - 3.0-2.1.beta2
|
||||||
|
- Disable the default app nag dialog
|
||||||
|
|
||||||
* Tue Mar 17 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.beta2
|
* Tue Mar 17 2009 Jan Horak <jhorak@redhat.com> - 3.0-2.beta2
|
||||||
- Fixed clicked link does not open in browser (#489120)
|
- Fixed clicked link does not open in browser (#489120)
|
||||||
- Fixed missing help in thunderbird (#488885)
|
- Fixed missing help in thunderbird (#488885)
|
||||||
|
Loading…
Reference in New Issue
Block a user