I have just set up a dovecot IMAP + Maildir. Would any one tell me where Dovecot store the subfolders and how to delete invalid folders. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://dovecot.org/pipermail/dovecot/attachments/20070210/5e700999/attachment-0001.html>
On 10/02/2007 15:38, P Y Tan wrote:> I have just set up a dovecot IMAP + Maildir. > > Would any one tell me where Dovecot store the subfolders and how to > delete invalid folders.afaik they're usually in ~/Maildir/.subfolder e.g. .Trash .Drafts etc; check with `ls -a`, and you can just `rm -r` them if necessary. Cheers, John.