I would like to be able to autoview images (have them pop up in their
own windows when I go to read their enclosing mail message).

So I changed my mailcap entry from

        image/*:        ee

to

        image/*:        miv

where miv is a shell script that just says

        tmpfile=/tmp/miv_$$
        ln $1 $tmpfile
        (ee $tmpfile; rm $tmpfile) &
        
so that miv returns right away, but ee can still display my image.

Then I say, in .muttrc,

        autoview image/*

What happens, though, is that the saved file when autoviewing has a
different length than the saved file from saying
"v<down-arrow><return>", and the autoview file is garbage.

Any thoughts what might be going wrong or how to do this?

Tia.

-- 
- Jeff Abrahamson
  [EMAIL PROTECTED]
  610/270-4845

Reply via email to