Roundcube Community Forum

News and Announcements => General Discussion => Topic started by: Bernhard on February 14, 2007, 08:10:03 AM

Title: Deleting child folders
Post by: Bernhard on February 14, 2007, 08:10:03 AM
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?

Title: Re: Deleting child folders
Post by: bugler on March 10, 2007, 02:41:50 PM
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.
Title: Re: Deleting child folders
Post by: aim on March 14, 2007, 07:21:25 AM
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.
Title: Re: Deleting child folders
Post by: bugler on March 14, 2007, 01:58:09 PM
Ok.

then were you read postfix change it to courier.

Ed.