Re: How to re-distribute mails in inbox?

2008-11-20 Thread Grant Edwards
On 2008-11-20, Christian Brabandt [EMAIL PROTECTED] wrote: Hi Grant! On Wed, 19 Nov 2008, Grant Edwards wrote: On 2008-11-19, Christian Brabandt [EMAIL PROTECTED] wrote: set pipe_decode=no set pipe_split | formail -s procmail That talks to an IMAP server? Sure, if you do this

Re: How to re-distribute mails in inbox?

2008-11-20 Thread Christian Brabandt
Hi Grant! On Thu, 20 Nov 2008, Grant Edwards wrote: On 2008-11-20, Christian Brabandt [EMAIL PROTECTED] wrote: Hi Grant! On Wed, 19 Nov 2008, Grant Edwards wrote: On 2008-11-19, Christian Brabandt [EMAIL PROTECTED] wrote: set pipe_decode=no set pipe_split | formail -s

Re: How to re-distribute mails in inbox?

2008-11-19 Thread Christian Brabandt
Hi Grant! On Fri, 14 Nov 2008, Grant Edwards wrote: On 2008-11-14, Steve [EMAIL PROTECTED] wrote: Go to inbox and execute the following script : for i in * do formail -s procmail $i done What if inbox is maildir format? What if inbox is on an IMAP server? set

Re: How to re-distribute mails in inbox?

2008-11-19 Thread Grant Edwards
On 2008-11-19, Christian Brabandt [EMAIL PROTECTED] wrote: Hi Grant! On Fri, 14 Nov 2008, Grant Edwards wrote: On 2008-11-14, Steve [EMAIL PROTECTED] wrote: Go to inbox and execute the following script : for i in * do formail -s procmail $i done What if inbox is maildir

Re: How to re-distribute mails in inbox?

2008-11-19 Thread Christian Brabandt
Hi Grant! On Wed, 19 Nov 2008, Grant Edwards wrote: On 2008-11-19, Christian Brabandt [EMAIL PROTECTED] wrote: set pipe_decode=no set pipe_split | formail -s procmail That talks to an IMAP server? Sure, if you do this from within mutt. regards, Christian -- hundred-and-one

How to re-distribute mails in inbox?

2008-11-14 Thread Chengqi(Lars) Song
Dear All, Is it possible to sent all mails in Inbox to procmail to re-sort them again? Thanks. Best Lars

Re: How to re-distribute mails in inbox?

2008-11-14 Thread Steve
Le 14-11-2008, à 17:28:11 +0800, Chengqi(Lars) Song ([EMAIL PROTECTED]) a écrit : Dear All, Hi Lars, Is it possible to sent all mails in Inbox to procmail to re-sort them again? Thanks. Go to inbox and execute the following script : for i in * do formail -s procmail $i done -- steve

Re: How to re-distribute mails in inbox?

2008-11-14 Thread Ionel Mugurel Ciobica
On 14-11-2008, at 17h 28'11, Chengqi(Lars) Song wrote about How to re-distribute mails in inbox? Dear All, Is it possible to sent all mails in Inbox to procmail to re-sort them again? Thanks. Best Lars Sure. Have a look at this attached file. Best regards, Ionel reprocess

Re: How to re-distribute mails in inbox?

2008-11-14 Thread Ionel Mugurel Ciobica
On 14-11-2008, at 10h 33'10, Steve wrote about Re: How to re-distribute mails in inbox? Is it possible to sent all mails in Inbox to procmail to re-sort them again? Thanks. Go to inbox and execute the following script : for i in * do formail -s procmail $i done Hmmm

Re: How to re-distribute mails in inbox?

2008-11-14 Thread Chengqi(Lars) Song
Hey all, I asked the original question and sorry i forgot to mention that my mails are in MailDir, and the for i in * do... solution works, thanks! best lars On Fri, 14 Nov 2008, Grant Edwards wrote: On 2008-11-14, Steve [EMAIL PROTECTED] wrote: What if inbox is maildir format? What