Written by nick83ola the 14 Mar 08 at 11:56.
Category: Internet & Networking.
Related project:
Nothing/Others.
Status: New
Rationale
It's useful if you can set gmail or yahoo mail or other web mail program as default mail client.
I don't use from a long time Epiphany er/or outlook similar mail program
-1
Gmail supports pop and imap and gives instructions on how to setup most clients.
I don't think it's the client job to favor a provider. You start by adding gmail and next thing you know, you'll find dozens of provider presets when half of these providers are out of business.
This is possible with a little command line magic. I know, I know. Might not appeal to everyone but here is the low down to set gmail as the default action for mailto.
Create a script in a suitable location with the following:
put everything from firefox on in the same line.
save the script as open_mailto.sh and make it executable
chmod 744 open_mailto.sh
Then, from Gnome navigate to System->Preferences->Preferred Applcation.
Change the Mail Reader to Custom and enter the full path including the file name to open_mailto.sh.
e.g.
/home/username/scripts/open_mailto.sh
And that is it as they say. Now every time you follow a link with a mailto url, gmail will open in firefox.
Looks like I didn't get it.
I think firefox-3 is supposed to be able to support mailto protocol through webmail but I can't get it to work with 3.0b3 from the backports repo.
here's a script that does it, but the point here i think is to support web mail clients. gmail is my primary mail client and more software is moving online. the "webtop" is becoming more feasible. however, gnome needs to be able to send any email address clicks from any application to the default mail client. that's the point here. the script above does most of that but doesn't have the ability to check if you already have a tab open with gmail in it. THAT would be nifty...