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
