#806453 icedove: Attempt at creating a subfolder of a virtual parent where there is no actual parent creates a folder at one level higher

#806453#5
Date:
2015-11-27 15:34:21 UTC
From:
To:
Dear Maintainer,

I have a dovecot system holding Maildir mailboxes on a small server.

On this server, there is no subfolder hierarchy, instead inside the top level
Maildir directory, which represents the INBOX, there are sub directories whose names are
separated by the "." character to denote level.

I have some folders if this Maildir with directory names .parent.subfolder1, .parent.subfolder2
etc where there is no actual directory called .parent.  Icedove correctly shows
the parent->subfolder relationship.

However - when I attempt to create a new subfolder of parent, it don't get this
occuring, instead a new folder is created at the same level as the parent with
the name "parent^subfolder"

I checked this with wireshark, and indeed the request to create a new folder is
sent with "parent^subfolder" (without the quotes) as the name.

If parent does have an actual folder, the new subfolder is correctly created.