10 Feb
2007
10 Feb
'07
5:47 p.m.
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.