On Thu, Nov 24, 2011 at 02:02:11PM -0500, Patrice Levesque wrote:
>
> > attached a simple script that is use. set it executable and call this
> > from firefox, not mutt directly
>
> I believe there's no need for pyrotechnics :)
>
> As mutt supports mailto: URLs natively, this suffices:
>
> #!/bin/sh
> exec xterm -e mutt "$@"
>
What I actually ended up with was:-
xfce4-terminal -e "mutt -F /home/chris/.mutt/muttrc $@"
(xfce4-terminal is brain-dead and needs the whole thing quoted otherwise
*it* eats the mutt parameters)
--
Chris Green