Marius Hofert <[email protected]> writes:

> Can you be a bit more specific (for a newbie), please?
>
> The page says:
>
> ,----
> | Configure your web browser and operating system so that the script is the 
> default email application
> `----
>
> As I wrote, it is not clear to me, how I can tell google-chrome to accept a
> script. 
Don't know for google-chrome, but for firefox, it is possible, see
https://github.com/emacs-helm/helm/wiki#wiki-firefoxbookmarks

It is the same for gnus, with this script instead:

--8<---------------cut here---------------start------------->8---
#!/bin/bash

wmctrl -xa emacs
if [ -n $1 ]; then
    emacsclient -e "(message-mail (substring \"$1\" 7))"
else
    emacsclient -e "(message-mail)"
fi
--8<---------------cut here---------------end--------------->8---


-- 
Thierry
Get my Gnupg key:
gpg --keyserver pgp.mit.edu --recv-keys 59F29997 


_______________________________________________
info-gnus-english mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/info-gnus-english

Reply via email to