Open mail-links with gmail in Chrome 9
Posted
by
moose
on Super User
See other posts from Super User
or by moose
Published on 2011-02-14T11:33:10Z
Indexed on
2012/12/19
11:05 UTC
Read the original article
Hit count: 185
google-chrome
|gmail
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
© Super User or respective owner