namespace inbox {
    separator = /
    location  = dbox:~/inbox:LAYOUT=index
    inbox     = yes
    list      = yes
}

namespace foo {
    separator = /
    prefix    = foo/
    location  = dbox:~/foo:LAYOUT=index
    inbox     = no
    list      = yes
}

namespace bar {
    separator = /
    prefix    = bar/
    location  = dbox:~/bar:LAYOUT=index
    inbox     = no
    list      = yes
}

namespace baz {
    separator = /
    prefix    = baz/
    location  = dbox:~/baz:LAYOUT=index
    inbox     = no
    list      = yes
}