Open mail-links with gmail in Chrome 9

gmailgoogle-chrome

it happens quite often, that I click a link over a persons name, just to see that it launches the default mail client of my system. I thought it would be a normal link, but it was a "mailto:"-link.

I would like Chrome to start gmail, not my default email client.

For Firefox, I had only to paste this in the URL-Bar:

javascript:window.navigator.registerProtocolHandler("mailto","https://mail.google.com/mail/?extsrc=mailto&url=%s","GMail")

Unfortunately, it doesn't work in Chrome 9.

I have found this tutorial for Ubuntu, but I would like a solution in Chome. If it is only in Chrome, I can sync the settings. (So How do I make mailto: links open gmail in Ubuntu? doesn't fit)

http://www.google.com/support/forum/p/Chrome/thread?tid=2aad08042607a4eb&hl=en could be related to my problem, but there is no answer.

Gnome:

$ gnome-default-applications-properties

set Email-Client to

gnome-open https://mail.google.com/mail/?extsrc=mailto&url=%s

Best Answer

See this link:

Making Gmail your default mail application

http://mail.google.com/support/bin/answer.py?hl=en&answer=10966

Related Question