* Michael Seiwert ([EMAIL PROTECTED]) wrote:
> 
> Hi,
> 
> how to define imap mailboxes ???
>

mailboxes `ls -1 /home/graffix/mail/* |egrep -v '(gz|drafts|sent)' | tr '\012' ' '`

that's how i define them.  the -1 and |tr isn't really necessary, as ls outputs 
differently to a term then it does to an application.

dan 

Reply via email to