Hello Daniel,

Daniel Spannbauer <d...@marco.de> writes:

> I think, the error is the script which finds the folders in the
> maildir-folder:

Maybe something like the following:

mailboxes =INBOX `cd $HOME/.maildir ; find . -maxdepth 1 -type d -name 
'.[0-9a-zA-Z_-]*' | sed -e 's,^\./\.,=,' | sort | tr '\n' ' '`

My 0.02..
-- 
Nicolas

Reply via email to