Hi, * Michael Seiwert [05/11/02 16:19:05 CEST] wrote: > *On Sat, May 11, 2002 at 08:15:56AM -0600, dan radom wrote: > > * Michael Seiwert ([EMAIL PROTECTED]) wrote: > > > how to define imap mailboxes ???
> > mailboxes `ls -1 /home/graffix/mail/* |egrep -v '(gz|drafts|sent)' | tr '\012' ' '` > I think that isn't the way you could to with imap mailboxes. Correct, for local (mbox?) only. You could try something like: mailbox imap://server/... ...and have a look at the archives of this list. Cheers, Rocco.