[an error occurred while processing this directive]
[an error occurred while processing this directive]

Mozilla Mailnews FAQ

Last updated on November 3, 2004.

How do I make http links open in another browser?

Add the following lines to your prefs.js or user.js file:
user_pref("network.protocol-handler.external.http", true);

Or you can enter about:config in the location bar.
Add the Boolean preference network.protocol-handler.external.http.
Set the value to true.

Note: This will still make sure a browser window is open, which will only display about:blank, and open your system default browser. You may be better off using an extension that works on Mozilla, called Launchy.

[an error occurred while processing this directive]