pavement

Thunderbird, link handling preferences

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
 
(One intermediate revision by one user not shown)
Line 12: Line 12:
 
  user_pref("network.protocol-handler.app.http", "/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");
 
  user_pref("network.protocol-handler.app.https", "/usr/local/bin/konqueror");
 +
 +
[[Category: FreeBSD for Workstations]] [[Category: Common Tasks]]

Latest revision as of 07:50, 3 January 2009

[edit] 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");

[edit] 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");
Personal tools