LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How to get hyperlinks in Mozilla Mail to open in Firefox (https://www.linuxquestions.org/questions/linux-newbie-8/how-to-get-hyperlinks-in-mozilla-mail-to-open-in-firefox-313442/)

ludwig W 04-15-2005 01:37 AM

How to get hyperlinks in Mozilla Mail to open in Firefox
 
Hi,

I've looked through the settings of Mozilla Mail and I can't seem to get hyperlinks to open with Firefox.Mozilla Mail seems to only want hyperlinks to open with Mozilla.
Is there a way round this?

thanks in advance,
Ludwig

bigjohn 04-15-2005 06:15 AM

I'm not too sure why you might want to use mozilla mail, but open the links in firefox - afterall, mozilla is more "fully featured", isn't it?

If it was thunderbird (the matching mail client to firefox), then you just search for your thunderbird files, you'd want the prefs.js file and then add something like this

Quote:

user_pref("network.protocol-handler.app.ftp", "opera");
user_pref("network.protocol-handler.app.http", "opera");
user_pref("network.protocol-handler.app.https", "opera");
my prefs.js file is in the file:/home/john/.thunderbird/mb4eu9d7.default directory - you could always see if mozilla mail has something similar? afterall, thunderbird and mozilla mail are both mozilla app's.

regards

John

p.s. Oh and if it is similar/the same, you'd just change "opera" to "firefox" and it should work!


All times are GMT -5. The time now is 10:18 PM.