On do, 26 jun 2003, Zachary P. Landau wrote:

> > 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"

Hm, this is strange, because I'm using the same .muttrc file on both
my gentoo and debian box. I haven't defined those hooks anywhere, but
still on debian it works...

Could this be a difference in the patches perhaps ?


--
[EMAIL PROTECTED] mailing list

Reply via email to