Michelle Konzack wrote: > > I am using a script to run mutt: > > ----[ '~/bin/mutt_firefox' ]-------------------------------------------- > #!/bin/sh > > xterm -geometry 80x45+400+100 -u8 -e mutt -e "set editor=mcedit" $1 > ------------------------------------------------------------------------ > > Which generaly works, IF the "mailto:"; link does not use something > like > > ?subject=something > > attached.
I suspect that's because your $1 is not quoted. For good measure I'm using -- "$@" where you have $1 > Also it opens every time a new tab which is not more > closed. > > Question: How can I prevnt Firefox openening every time I click > on a "mailto:"; link an empty TAB or WINDOW? I don't know about that. For what it's worth it doesn't happen here (Iceweasel 3.0.6/Debian 5.0 Lenny). It's not obvious which config item might affect that. Regards, Clive -- To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org