This also works, using ee as the client to view graphic images:

Mailcap entries

image/gif; ~/bin/spawn ee %s
image/jpg; ~/bin/spawn ee %s
image/jpeg; ~/bin/spawn ee %s

~/bin/spawn is the following script:

#!/bin/sh
cp $2 $2.tmp
($1 $2.tmp;rm -f $2.tmp) &

John
On 07/15/02 14:25 -0700, Gary Johnson wrote:
> On Mon, Jul 15, 2002 at 01:41:57PM -0700, Jim Osborn wrote:
> > I'm on a list where most of the traffic consists of a paragraph or two
> > of text and an accompanying chart as an image attachment.  I really
> > need to be able to see the image as I read the text, and it'd be nice
> > to be able to do that within Mutt.  I haven't figured out how to get
> > the image to xv without going into the ``v'' attachment menu, which
> > hides the text part of the mail.

Reply via email to