Thunderbird, link handling preferences
From FreeBSDwiki
(Difference between revisions)
m (Thunderbird moved to Thunderbird, link handling preferences) |
Revision as of 06:50, 3 January 2009
Open links in firefox
Edit your pref.js file in .thunderbird/*default*/pref.js and add the following
user_pref("network.protocol-handler.app.ftp", "/usr/local/bin/firefox"); user_pref("network.protocol-handler.app.http", "/usr/local/bin/firefox"); user_pref("network.protocol-handler.app.https", "/usr/local/bin/firefox");
Open links in konqueror
user_pref("network.protocol-handler.app.ftp", "/usr/local/bin/konqueror"); user_pref("network.protocol-handler.app.http", "/usr/local/bin/konqueror"); user_pref("network.protocol-handler.app.https", "/usr/local/bin/konqueror");