The simplest way to have support for web browser in linux-thunderbird is the following:
Copy the following three lines in you "user.js" file (in your Thunderbird profile directory):
user_pref("network.protocol-handler.app.http", "/usr/local/bin/firefox");Thunderbird should now open Firefox when you click on a Web link within Thunderbird.
user_pref("network.protocol-handler.app.https", "/usr/local/bin/firefox");
user_pref("network.protocol-handler.app.ftp", "/usr/local/bin/firefox");
technorati tags:linux-thunderbird, linux-firefox, firefox, freebsd, thunderbird

2 comments:
Thanks for the post. Not sure why they wouldn't add this to the preferences dialog...
Excellent! It's great editing files that say "please don't edit this file"! And it works :)
Post a Comment