12 Mar
2005
12 Mar
'05
10:32 p.m.
On Sat, 2005-03-12 at 08:39 -0600, F. Even wrote:
namespace private { separator = / inbox = yes location = maildir:~/Maildir } namespace private { separator = / location = mbox:~/mail }
I would like to have access to the mbox hierarchy, but I want all new folders by default created in ~/Maildir. How do I go about acheiving this?
If you don't want to give some prefix to mbox, but you'd want Dovecot to automatically figure out in which namespaces the mailboxes are.. Sorry, not possible. Perhaps you could do that by changing the code (some stat()ing in namespace_find() might do it).