Fixing thunderbird links

From Docswiki
Revision as of 13:24, 13 May 2019 by Adk44 (talk | contribs) (Created page with "Under suse 10.2 on steelhorn clicking on URL's in emails ceased to open the link in firefox. To fix this you need to add the following lines to your ~/.thunderbird/<xxxxxxxx>....")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Under suse 10.2 on steelhorn clicking on URL's in emails ceased to open the link in firefox. To fix this you need to add the following lines to your ~/.thunderbird/<xxxxxxxx>.default/prefs.js file:

user_pref("network.protocol-handler.app.ftp", "/usr/bin/firefox");

user_pref("network.protocol-handler.app.http", "/usr/bin/firefox");

user_pref("network.protocol-handler.app.https", "/usr/bin/firefox");

user_pref("network.protocol-handler.external.http", true);