On Sun, 2007-01-28 at 17:48 +0530, Vikram Goyal wrote:
namespace public { separator = / # prefix = # location = maildir:~/Maildir:INDEX=~/Maildir/.dovecotindexes/%d/%1n/%n # hidden = yes prefix = "/" location = maildir:~/Maildir:INDEX=~/Maildir/.dovecotindexes/% d/%1n/%n } #namespace public { # separator = / # prefix = # location = maildir:~/Maildir/fedora-devel-list:INDEX=~/Maildir/.dovecotindexes/% d/%1n/%n #}
You can't have multiple namespaces with identical prefix. You could give them separate prefixes, but then if eg. your ~/Maildir/fedora-devel-list is a single maildir, you'd have to access it as prefix/INBOX.
So there's no simple solution for non-Maildir++ layout maildir currently. Probably with v1.2 there is.