Re: Maildir archiving

2000-08-03 Thread Ben Beuchler
On Thu, Aug 03, 2000 at 08:30:00PM -0500, Ben Beuchler wrote: > find /Maildir/ -mtime 90 -print |xargs mv /somewhere/else > tar czvf mail.tgz /somewhere/else Oops. Of course, there should be a "+" in front of that 90... find /Maildir/ -mtime +90 -print |xargs mv /somewhere/else tar czvf mail.

Re: Maildir archiving

2000-08-03 Thread Ben Beuchler
On Thu, Aug 03, 2000 at 09:15:07PM -0400, Michael T. Babcock wrote: > I'm looking for an easy way to archive old messages in a Maildir (by > compressing them, like the gzip patch does, perhaps) for users who don't > believe in deleting old mail (especially their sent mail folder). > Incidentally,

Maildir archiving

2000-08-03 Thread Michael T. Babcock
I'm looking for an easy way to archive old messages in a Maildir (by compressing them, like the gzip patch does, perhaps) for users who don't believe in deleting old mail (especially their sent mail folder). Incidentally, its an IMAP system, with several Maildirs (courier-imap). eg: scan folders,