--- ./defaults/pref/all-thunderbird.js.orig 2004-12-06 04:13:15.000000000 -0800 +++ ./defaults/pref/all-thunderbird.js 2005-03-08 14:03:33.000000000 -0800 @@ -389,3 +389,8 @@ // For the download dialog pref("browser.download.progressDnldDialog.enable_launch_reveal_buttons", false); pref("browser.urlbar.clickSelectsAll", false); + +// Use Firefox as the default for http:// and https:// links +pref("network.protocol-handler.app.http", "/usr/bin/firefox"); +pref("network.protocol-handler.app.https", "/usr/bin/firefox"); +