Hi @ all!
I got a problem with deleting child folders. If I got a folder structure like this for example.
myfolder
myfolder.mysubfolder
myfolder.mysubfolder1
If I delete myfolder, the subfolders aren't deleted. Is there a way I can delete them to if I delete the main folder?
Hello,
in order to answer you i have created a subfolder and looked at the maildir directory.
if you create these folder:
test
test.sub
postfix(in my case) creates both directories at the same level. That tells me that for postfix they are independent folders (maybe i am wrong).
When you tell roundcube to delete test the maildir directory test is deleted but not test.sub.
so unless roundcube is modified to delete all folders which name start with test. then they wonÃÂ,Ã,´t be deleted.
I hope this helps.
Ed.
Quote from: bugler postfix(in my case) creates both directories at the same level
postfix can not create (or to not create) folders - it's an IMAP-server task, not a MTA one.
Ok.
then were you read postfix change it to courier.
Ed.