On Mon, Apr 17, 2000 at 11:33:54AM -0500, Jason Helfman wrote:

> also have added this to my mutt.mailcap
> application/octet-stream; mutt.octet.filter %s | vcat -s; copiousoutput

Chances are you don't have a command on your system called vcat (most people
won't, it was an example of using post-octet-filer filtering). Simply use
something like:

,----
| application/octet-stream; mutt.octet.filter %s; copiousoutput
`----

or, if you want some extra filtering:

,----
| application/octet-stream; mutt.octet.filter %s | cat -v; copiousoutput
`----

Consult the cat manpage for details on the -v option.

-- 
Take a look in Hagbard's World: | mutt.octet.filter - autoview octet-streams
http://www.hagbard.demon.co.uk/ | mutt.vcard.filter - autoview simple vcards
http://www.acemake.com/hagbard/ | muttrc2html       - muttrc -> HTML utility
Free software, including........| muttrc.sl         - Jed muttrc mode

Reply via email to