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 > have replied to... > >

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 .List.* mailb