Re: Reading gzipped mailboxes

2000-03-28 Thread Sam Alleman
On Mon, Mar 27, 2000 at 01:30:59PM -0500, David T-G wrote: > Sam -- > > Have you already gotten it? If not, I'll send it to you -- or whoever > beats me to it will either send the patch to the list as well (it's not > terribly large, but it's about 45k uncompressed or 11k compressed) or at > lea

Re: Reading gzipped mailboxes

2000-03-27 Thread David T-G
Mark -- ...and then Fairlight said... % On Mon, Mar 27, 2000 at 03:32:15AM +0900, Sam Alleman thus spoke: % > % > In fact, if mutt could handle some sort of encrypted mailbox seamlessly % > that would be *EXCEPTIONALLY* cool! Pgp encrypted mailboxes would be % > fantastic. Thanks in advance for

Re: Reading gzipped mailboxes

2000-03-27 Thread David T-G
Sam -- ...and then Sam Alleman said... % On Mon, Mar 27, 2000 at 01:11:58AM +0200, Sebastian Helms wrote: % > Hi Sam, Yeah, what he said :-) % > % > * Sam Alleman wrote on 27 Mär 2000: % > % > > I was wondering if there was any simple way to read gzipped mailboxes. % > % > http://www.spinna

Re: Reading gzipped mailboxes

2000-03-27 Thread Sam Alleman
On Mon, Mar 27, 2000 at 01:11:58AM +0200, Sebastian Helms wrote: > Hi Sam, > > * Sam Alleman wrote on 27 Mär 2000: > > > I was wondering if there was any simple way to read gzipped mailboxes. > > Yes, Roland Rosenfeld has a patch which enables mutt to read, write and > append to gzipped mailbox

Re: Reading gzipped mailboxes

2000-03-27 Thread Sam Alleman
On Sun, Mar 26, 2000 at 06:12:43PM -0500, Fairlight wrote: > > I've wished for a gzipped mailbox read feature myself. I have a shell function that I use as a wrapper around mutt to handle gzipped mailboxes, but it's rather ugly. I'd much prefer that mutt could handle it internally. > However,

Re: Reading gzipped mailboxes

2000-03-26 Thread Sebastian Helms
Hi Sam, * Sam Alleman wrote on 27 Mär 2000: > I was wondering if there was any simple way to read gzipped mailboxes. Yes, Roland Rosenfeld has a patch which enables mutt to read, write and append to gzipped mailboxes. I am very happy about this ;-) http://www.spinnaker.de/mutt/ regards, Seba

Re: Reading gzipped mailboxes

2000-03-26 Thread Fairlight
On Mon, Mar 27, 2000 at 03:32:15AM +0900, Sam Alleman thus spoke: > > I was wondering if there was any simple way to read gzipped mailboxes. > I like to archive my mail periodically, and gzip them to save space. > Periodically, I'll need something from one of my old messages. Usually, > I'll use

Reading gzipped mailboxes

2000-03-26 Thread Sam Alleman
I was wondering if there was any simple way to read gzipped mailboxes. I like to archive my mail periodically, and gzip them to save space. Periodically, I'll need something from one of my old messages. Usually, I'll use zgrep to search for some keyword, gunzip the file, and fire up mutt. Can an