mail

2002-01-11 Thread Pieter Blaauw

Hi guys

How would I do the following. Platform is a Red Hat 7.2 Linux box with
Pine 4.44 as my mail client. Now pine stores all your mail in the usual
/var/spool/mail/

Can I use perl to extract all the mail from 2001 into another big file
that I could use as a backup of last years mail. I have over a thousand
messages in it so doing it manually is pretty impossible. I'd like to keep
the messages for this month so far in the maildir otherwise I could have
easily just moved the /var/spool/mail/ somewhere as a backup and
problem solved.

Kind regards
Pieter



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Re: Thumbnail images on-the-fly

2002-01-16 Thread Pieter Blaauw


This is how I do it on a FreeBSD boxpath is different on linux etc,
but works the same and straight from the command line...dunno if it helps.

for a in *; do
/usr/ports/graphics/ImageMagick/work/ImageMagick-5.3.8/utilities/convert
-geometry 128x96! $a thn-$a; done

Cheers
P.

On Wed, 16 Jan 2002, Scott R. Godin wrote:

> I've got an idea kicking around in my head ..
>
> any pointers? I'm happy to toddle off and download and read my face off
> -- that's not a problem.. I'd just like to have some indication on which
> direction to start walking. :-)



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]