On Mon, 08 Oct 2001, Doug Hespe wrote:
> {{Mutt} {eval dsk_exec $tkdesk(cmd,xterm) -geometry 80x73+250+25 -e 'LANG=de_DE LC_MESSAGES=C mutt'}}
I never used Tkdesk, but you could try
... -e /usr/bin/env 'LANG=de_DE LC_MESSAGES=C mutt'
... -e /bin/bash -c 'LANG=de_DE LC_MESSAGES=C mutt'
& the same with the ' around everything
Walter