On Fri, Mar 14, 2003 at 02:03:26PM +0000, John Levon wrote:
> > gzipped should be no problem
> 
> It's actually a lot of hassle for me

Why?

I have something like


application/x-gunzip; gunzip -c %s; copiousoutput
application/x-gzip; gunzip -c %s; copiousoutput
application/gzip; gunzip -c %s; copiousoutput
application/x-tar-gz; gunzip -c %s | tar -tf -; copiousoutput
application/x-tgz; gunzip -c %s | tar -tf -; copiousoutput

application/x-bunzip2; bunzip2 -c %s; copiousoutput
application/x-bzip2; bunzip2 -c %s; copiousoutput

in my /etc/mailcap and everything "magically" works.

Andre'

-- 
Those who desire to give up Freedom in order to gain Security,
will not have, nor do they deserve, either one. (T. Jefferson)

Reply via email to