up vote 0 down vote favorite
1
share [g+] share [fb]

I used to use a Firefox extension which opened mailto links in one of the popular web based emails systems like Hotmail. I can't locate it.

link|improve this question

57% accept rate
feedback

3 Answers

up vote 2 down vote accepted

You can follow this short tutorial:

  1. Type about:config into your location bar and hit enter. If you've never edited used about:config before, you'll see a warning.
  2. Click I'll be careful, I promise! This will bring you to the about:config window.
  3. In the filter field type gecko. Double click the first entry gecko.handlerService.allowRegisterFromDifferentHost to change the value to true.
  4. Copy and paste the text between the following text into the location bar and hit enter: javascript:navigator.registerProtocolHandler('mailto','http://hotmail.msn.com/secure/start?action=compose&to=%s','Hotmail');
  5. You will see an information bar drop down at the top of the window. Click Add Application. You've finished installing the Hotmail protocol now you just need to select it.
  6. Go to Firefox>Preferences>Applications, if you are using a Mac, or Tools>Options>Applications, if you are using Windows. Now scroll down the list by content type and find mailto. In the drop-down menu to the right select Use Hotmail.
  7. Next, return to about:config.
  8. If the warning comes up again, click I'll be careful, I promise!
  9. In the filter field type gecko, and double click the first entry gecko.handlerService.allowRegisterFromDifferentHost to change the value back to false.
link|improve this answer
feedback

Have you checked the firefox addons? There are a few mail notification addons there.

link|improve this answer
I don't want a mail notification – Tony_Henrich Oct 20 '09 at 6:03
feedback

If you also use greasemonkey you can use http://userscripts.org/scripts/show/56873 which does what you want.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.