* Andy Gayton <[EMAIL PROTECTED]> [2003-09-13 19:59]: > $HOME/Maildir - Maildir root > $HOME/Maildir/new - qmail is dropping new messages here > $HOME/Maildir/INBOX/new - messages seem to need to be here so i can > see them with my imap client > > mv $HOME/Maildir/new/* $HOME/Maildir/INBOX/new > everythings works. Is there a way for this to happen automatically?
After moving '$HOME/Maildir/INBOX/' out of the way, try ln -s $HOME/Maildir/ $HOME/Maildir/INBOX That should do the trick. Regards, -- dave [ please don't CC me ]

