On Tue, Dec 05, 2006 at 10:19:30AM +0100, Harald Dunkel wrote: > 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. > >
I remember that there where times when something like this was floating on the internet ... however, just don't use that script ... just use /usr/bin/thunderbird as mailto handler. Does it fix the problem for you? - Alexander -- GPG messages preferred. | .''`. ** Debian GNU/Linux ** Alexander Sack | : :' : The universal [EMAIL PROTECTED] | `. `' Operating System http://www.asoftsite.org | `- http://www.debian.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]