Re: mutt compressed folders support ???

2003-02-21 Thread Vineet Kumar
* Vineet Kumar ([EMAIL PROTECTED]) [030221 09:22]: > As for the details of this particular patch, I'm uncertain, so I'll not > give an unauthoritative answer (i.e. a guess). I'm pretty sure you > don't need any hooks, though; I'd guess that's the whole reason for the > patch. If it does use hooks

Re: mutt compressed folders support ???

2003-02-21 Thread Vineet Kumar
* Michael D. Schleif ([EMAIL PROTECTED]) [030219 16:04]: > > [1] Is mutt in stable (v1.4i) ``compiled with compressed folders support > (by running the configure script with the --enable-compressed flag)''? You can always run 'mutt -v', which includes a patch list. > > [2] How does this work?

Re: mutt compressed folders support ???

2003-02-21 Thread Rob Weir
On Wed, Feb 19, 2003 at 05:40:41PM -0600, Michael D. Schleif wrote: > > [1] Is mutt in stable (v1.4i) ``compiled with compressed folders support > (by running the configure script with the --enable-compressed flag)''? Judging by the changelog.Debian.gz (which all packages should have), yes: mutt

mutt compressed folders support ???

2003-02-19 Thread Michael D. Schleif
[1] Is mutt in stable (v1.4i) ``compiled with compressed folders support (by running the configure script with the --enable-compressed flag)''? [2] How does this work? I see these: open-hook \\.gz$ "gzip -cd %f > %t" close-hook \\.gz$ "gzip -c %t > %f" append-hook \\.gz$