> On my gentoo box, mutt doesn't recognize compressed mailboxes. When I
> try to open one, I get the message "blahblah.gz is not a mailbox". On
> debian however, I don't have problems with this. As you can see below,
> they both configurations show +COMPRESSED and the compressed patches. 

Make sure you add the proper hooks to your .muttrc file:

open-hook \\.gz$ "gzip -cd %f > %t"
close-hook \\.gz$ "gzip -c %t > %f"
append-hook \\.gz$ "gzip -c %t >> %f"

-- 
Zachary P. Landau <[EMAIL PROTECTED]>
GPG: gpg --recv-key 0x24E5AD99 | http://kapheine.hypa.net/kapheine.asc

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to