Hi Alexander,
Sorry, I missed your previous EMail on this.
I am neither running KDE nor Gnome, just fvwm2. There is
no extension to provide the MUA integration, either.
AFAICS there is a setting in about:config:
network.protocol-handler.app.mailto /somedir/firefox_helper.sh
The helper script says:
#!/bin/bash
thunderbird=/usr/bin/icedove
test -x $thunderbird || thunderbird=/usr/bin/thunderbird
$thunderbird -remote 'ping()' || exec $thunderbird "$@"
$thunderbird -remote "xfeDoCommand(openInbox)"
if [ "${1%%:*}" = 'mailto' ]; then
$thunderbird -remote "mailto(${1##mailto:})"
else
$thunderbird -remote "mailto($1)"
fi
I am not sure where it came from, but this is surely not
my code. I just tweaked it a little bit to work around
the name change.
Regards
Harri
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]