Re: cleanup

2008-09-24 Thread Christian Brabandt
Hi Cristopher! On Wed, 24 Sep 2008, Cristopher Thomas wrote: > mailing lists. I was wondering if anyone is using a script that will > trawl through mail folders deleting messages older than n days, or one > which could be tweaked to do so. in mutt? Something like this could work: folder-hook sp

cleanup

2008-09-24 Thread Cristopher Thomas
Hey all, I'm using mutt with a POP email account and am subscribed to a number of mailing lists. I was wondering if anyone is using a script that will trawl through mail folders deleting messages older than n days, or one which could be tweaked to do so. Thanks in advance! -- BGCB* GCC/

Re: Cleanup Mailing lists.

2008-06-27 Thread Wael Nasreddine
This One Time, at Band Camp, Kyle Wheeler <[EMAIL PROTECTED]> said, On Fri, Jun 27, 2008 at 08:59:42AM -0500: > On Friday, June 27 at 11:25 AM, quoth Wael Nasreddine: > >> for F in ~/.mail/.List.* ; do > >> mutt -f "$F" -e 'push "!~(~P)"' > >> done > > That worked very nice, but

Re: Cleanup Mailing lists.

2008-06-27 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Friday, June 27 at 11:25 AM, quoth Wael Nasreddine: >> for F in ~/.mail/.List.* ; do >> mutt -f "$F" -e 'push "!~(~P)"' >> done > That worked very nice, but how do I sync the folder and quit mutt > after each mailbox ? Sorry am no

Re: Cleanup Mailing lists.

2008-06-27 Thread Wael Nasreddine
This One Time, at Band Camp, Kyle Wheeler <[EMAIL PROTECTED]> said, On Tue, Jun 24, 2008 at 08:15:40AM -0500: > What about something like a shell script: > for F in ~/.mail/.List.* ; do > mutt -f "$F" -e 'push "!~(~P)"' > done That worked very nice, but how do I sync the folder

Re: Cleanup Mailing lists.

2008-06-24 Thread Wael Nasreddine
This One Time, at Band Camp, Kyle Wheeler <[EMAIL PROTECTED]> said, On Tue, Jun 24, 2008 at 08:15:40AM -0500: > > This is the same as me going inside the folders one by one to clean > > them up, the difference is that it works in the background... What I > > am looking for is a more efficient an

Re: Cleanup Mailing lists.

2008-06-24 Thread Kyle Wheeler
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tuesday, June 24 at 12:42 PM, quoth Wael Nasreddine: > This One Time, at Band Camp, Christian Ebert <[EMAIL PROTECTED]> said, On > Tue, Jun 24, 2008 at 07:40:37AM +0200: >> Perhaps a folder hook? This one (untested) should delete every >> thread y

Re: Cleanup Mailing lists.

2008-06-24 Thread Wael Nasreddine
This One Time, at Band Camp, Christian Ebert <[EMAIL PROTECTED]> said, On Tue, Jun 24, 2008 at 07:40:37AM +0200: > Perhaps a folder hook? This one (untested) should delete every > thread you didn't participate in and older than 1 month: > folder-hook lists ' \ > push "~r>1m !~(~P)"' > c This is

Re: Cleanup Mailing lists.

2008-06-23 Thread Christian Ebert
* Wael Nasreddine on Tuesday, June 24, 2008 at 05:24:17 +0200 > I'm subscribed to a lot of mailing lists and sometimes I like to do a > little cleanup on them, so I open each mailbox and do T then !~(~P) > and then ;d$ which deletes everything except any topic I started or >

Cleanup Mailing lists.

2008-06-23 Thread Wael Nasreddine
Hello, I'm subscribed to a lot of mailing lists and sometimes I like to do a little cleanup on them, so I open each mailbox and do T then !~(~P) and then ;d$ which deletes everything except any topic I started or have replied to... What I am looking for is a macro to go through each

Re: Off-topic? Cleanup after html2txt

1999-07-25 Thread Shao Zhang
I believe all standard linux distro will have provide a shell script to clean up /tmp when the system boots up. If you haven't already got one, just write a little shell script to clean /tmp in /etc/init.d(in debian) or wherever yours is... On Sun, Jul 25, 1999 at 01:11:46PM -0400, Howard Arons

Off-topic? Cleanup after html2txt

1999-07-25 Thread Howard Arons
I use Cees van de Griend's perl script (html2txt; V 1.10) to view those pesky html messages directly from Mutt via this entry in my mailcap file: text/html; html2txt; copiousoutput Works great, except that the /tmp/html2txt..html files are never deleted. Right now I'm cleaning out the files in

[0.95.1] IMAP Cleanup and Browser [2]

1999-02-08 Thread Brandon Long
This is the IMAP cleanup I promised earlier. This cleans up the IMAP code to handle connections better, allowing for multiple connections to multiple servers for checking of new mail and switching between folders without closing connections. In addition, mutt should now detect the hierarchy