help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Open mailto links


From: henry atting
Subject: Open mailto links
Date: Thu, 04 Sep 2008 16:41:17 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux)

Within iceweasel I open mailto links with this small script:

--8<---------------cut here---------------end--------------->8---

#!/bin/sh
/usr/bin/emacsclient -e "(message-mail \"$1\")"

--8<---------------cut here---------------end--------------->8---

It works but the address is filled in with `mailto` preceeded, like
this:
                mailto: a@address.fl

It's same when I click on a mailto within emacs-w3m.

Any hints?

Cheers
henry


reply via email to

[Prev in Thread] Current Thread [Next in Thread]