On Fri, Oct 06, 2006 at 11:54:32PM +0200, Abdelrazak Younes wrote:
> Guillaume Pothier wrote:
> >>Dunno haven't see it, you forgot the attachment ;-)
> >
> >ha! that's one of my favorites!
> >Here is the attachment corresponding to my first mail.
> 
> Got it but next time, if the patch is not very big please don't compress 
> it. It's easier for review.

You won't see a difference between gzipped and uncompressed patches 
if you have something like the following in your /etc/mailcap:

        # Compressed
        application/x-gunzip; gunzip -c %s; copiousoutput
        application/x-gzip; gunzip -c %s; copiousoutput
        application/x-bunzip2; bunzip2 -c %s; copiousoutput
        application/x-bzip2; bunzip2 -c %s; copiousoutput

This also works for some mail clients on Windows.

Andre'

Reply via email to