Re: How to re-distribute mails in inbox?
On 2008-11-19, Christian Brabandt <cblists@xxxxxxxxxx> wrote:
> Hi Grant!
>
> On Fri, 14 Nov 2008, Grant Edwards wrote:
>
>> On 2008-11-14, Steve <dlist@xxxxxxxxxx> 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 pipe_decode=no
> set pipe_split
>
>| formail -s procmail
That talks to an IMAP server?
--
Grant