]> git.wh0rd.org - home.git/blob - .config/mail/dovecot-namespaces.conf
mail: drop WPI as latest mutt no likely
[home.git] / .config / mail / dovecot-namespaces.conf
1 namespace "misc projects" {
2 separator = /
3 prefix = "misc projects/"
4 location = "maildir:~/.mail/misc projects"
5 }
6
7 namespace "misc projects/busybox" {
8 separator = /
9 prefix = "misc projects/busybox/"
10 location = "maildir:~/.mail/.misc projects.directory/busybox"
11 }
12
13 namespace "misc projects/toolchain" {
14 separator = /
15 prefix = "misc projects/toolchain/"
16 location = "maildir:~/.mail/.misc projects.directory/toolchain"
17 }
18
19 namespace "misc projects/u-boot" {
20 separator = /
21 prefix = "misc projects/u-boot/"
22 location = "maildir:~/.mail/.misc projects.directory/u-boot"
23 }
24
25 namespace "misc projects/uclibc" {
26 separator = /
27 prefix = "misc projects/uclibc/"
28 location = "maildir:~/.mail/.misc projects.directory/uclibc"
29 }
30
31 namespace "misc projects/linux" {
32 separator = /
33 prefix = "misc projects/linux/"
34 location = "maildir:~/.mail/.misc projects.directory/linux"
35 }
36
37 namespace "inbox" {
38 inbox = yes
39 separator = /
40 prefix = "inbox/"
41 location = "maildir:~/.mail/inbox"
42 }
43
44 #namespace "inbox/WPI" {
45 # separator = /
46 # prefix = "inbox/WPI/"
47 # location = "maildir:~/.mail/.inbox.directory/WPI"
48 #}
49
50 #namespace "inbox/WPI/classes" {
51 # separator = /
52 # prefix = "inbox/WPI/classes/"
53 # location = "maildir:~/.mail/.inbox.directory/.WPI.directory/classes"
54 #}
55
56 namespace "gentoo.org" {
57 separator = /
58 prefix = "gentoo.org/"
59 location = "maildir:~/.mail/gentoo.org"
60 }
61
62 namespace "gentoo.org/0 TODO" {
63 separator = /
64 prefix = "gentoo.org/0 TODO/"
65 location = "maildir:~/.mail/.gentoo.org.directory/0 TODO"
66 }
67
68 namespace "gentoo.org/bugs" {
69 separator = /
70 prefix = "gentoo.org/bugs/"
71 location = "maildir:~/.mail/.gentoo.org.directory/bugs"
72 }
73
74 namespace "gentoo.org/bugs/arches" {
75 separator = /
76 prefix = "gentoo.org/bugs/arches/"
77 location = "maildir:~/.mail/.gentoo.org.directory/.bugs.directory/arches"
78 }
79
80 namespace "gentoo.org/bugs/toolchain" {
81 separator = /
82 prefix = "gentoo.org/bugs/toolchain/"
83 location = "maildir:~/.mail/.gentoo.org.directory/.bugs.directory/toolchain"
84 }
85
86 namespace "gentoo.org/bugs/base-system" {
87 separator = /
88 prefix = "gentoo.org/bugs/base-system/"
89 location = "maildir:~/.mail/.gentoo.org.directory/.bugs.directory/base-system"
90 }
91
92 namespace "gentoo.org/dev" {
93 separator = /
94 prefix = "gentoo.org/dev/"
95 location = "maildir:~/.mail/.gentoo.org.directory/dev"
96 }
97
98 namespace "trash" {
99 separator = /
100 prefix = "trash/"
101 location = "maildir:~/.mail/trash"
102 }
103
104 namespace "sent-mail" {
105 separator = /
106 prefix = "sent-mail/"
107 location = "maildir:~/.mail/sent-mail"
108 }
109