[mew-int 01137] Re: about mailto and mew
PD Dr. Edward Wornar
edi at example.com
Tue Oct 29 05:51:47 JST 2002
From: Serge Basterot <serge.basterot at example.com>
Subject: [mew-int 01135] about mailto and mew
Date: Mon, 28 Oct 2002 11:27:35 +0100 (CET)
> Hi,
>
> I would like to know how to launch a mew-draft for compose message
> by clicking mailto on web pages. I use galeon and I put this line in
> the preferences window : emacs --eval '(mail nil "%t" "%s")', but,
> of course, it is not corresponding with what I want. I searched for
> replacing "mail" by differents "mew-*", but I didn't find the good
> one. Does someone know which line I have to put ?
I have created a mew.sh (I'm not sure whether it was for galeon or for
opera, but I guess it was galeon) for this purpose and put the
following into it:
emacs --eval=(progn (compose-mail \"$1\" \"$2\" nil nil nil \'exit-emacs) (search-forward \"mailto:\" nil t) (replace-match \"\" nil t)(end-of-buffer))
Hope this helps
Edi
More information about the Mew-int
mailing list