Toggle navigation
All Forums
Recent Posts
Sign In
How to disable Mozilla's email client?
Jump to First Reply
leonis
Posted:
May 4, 2002 1:10AM
in
Genius Bar
edited January 2014
Mail is my default email client.
But in Mozilla when I click the email link it always pops up its email app.
How can I bypass this?????
Comments
Reply 1 of 2
ghost_user_name
Posts:
22,667
member
May 4, 2002 5:45PM
1. Create a text file with the content:
user_pref("network.protocol-handler.external.mailto", true);
2. Save it as "user.js" to this folder:
~/Library/Mozilla/Profiles/Default User/xxxxxxxx.slt/
3. Restart Mozilla and it should use the e-mail app as set in your System Prefs.
[ 05-04-2002: Message edited by: starfleetX ]</p>
0
Likes
0
Dislikes
0
Informatives
Reply 2 of 2
leonis
Posts:
3,427
member
May 4, 2002 6:57PM
Yeah I did this yesterday after I got advice from the people in MacOSX.com
Thanks anyway Mr.Starfleet
0
Likes
0
Dislikes
0
Informatives
Sign In
or
Register
to comment.
Comments
user_pref("network.protocol-handler.external.mailto", true);
2. Save it as "user.js" to this folder:
~/Library/Mozilla/Profiles/Default User/xxxxxxxx.slt/
3. Restart Mozilla and it should use the e-mail app as set in your System Prefs.
[ 05-04-2002: Message edited by: starfleetX ]</p>
Thanks anyway Mr.Starfleet