blob: baae39dcf211ade967cd54d28aba7047221a3939 (
plain)
| 1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
 | 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
}
 |