Re: how to open web links in thunderbird with firefox ? Timo Maier said the following on 06/30/04 12:33:
> Hi Pierre!
>
>
>>When I click on a link in my mail, I want to open the webpage in
>>Firefox.
>
> I have /usr/bin/firefox %u set as application for HTML in the file
> associations dialog.
>
I put the following in ~/.thunderbird/default/xxxxxxxx.slt/user.js
user_pref("network.protocol-handler.app.http", "firefox");
user_pref("network.protocol-handler.app.https", "firefox");
user_pref("network.protocol-handler.app.ftp", "firefox"); |