]> git.wh0rd.org - home.git/blobdiff - .config/mail/dovecot-namespaces.conf
mail: add dovecot filtering
[home.git] / .config / mail / dovecot-namespaces.conf
diff --git a/.config/mail/dovecot-namespaces.conf b/.config/mail/dovecot-namespaces.conf
new file mode 100644 (file)
index 0000000..3d90010
--- /dev/null
@@ -0,0 +1,109 @@
+namespace "misc projects" {
+       separator = /
+       prefix = "misc projects/"
+       location = "maildir:~/.mail/misc projects"
+}
+
+namespace "misc projects/busybox" {
+       separator = /
+       prefix = "misc projects/busybox/"
+       location = "maildir:~/.mail/.misc projects.directory/busybox"
+}
+
+namespace "misc projects/toolchain" {
+       separator = /
+       prefix = "misc projects/toolchain/"
+       location = "maildir:~/.mail/.misc projects.directory/toolchain"
+}
+
+namespace "misc projects/u-boot" {
+       separator = /
+       prefix = "misc projects/u-boot/"
+       location = "maildir:~/.mail/.misc projects.directory/u-boot"
+}
+
+namespace "misc projects/uclibc" {
+       separator = /
+       prefix = "misc projects/uclibc/"
+       location = "maildir:~/.mail/.misc projects.directory/uclibc"
+}
+
+namespace "misc projects/linux" {
+       separator = /
+       prefix = "misc projects/linux/"
+       location = "maildir:~/.mail/.misc projects.directory/linux"
+}
+
+namespace "inbox" {
+       inbox = yes
+       separator = /
+       prefix = "inbox/"
+       location = "maildir:~/.mail/inbox"
+}
+
+namespace "inbox/WPI" {
+       separator = /
+       prefix = "inbox/WPI/"
+       location = "maildir:~/.mail/.inbox.directory/WPI"
+}
+
+namespace "inbox/WPI/classes" {
+       separator = /
+       prefix = "inbox/WPI/classes/"
+       location = "maildir:~/.mail/.inbox.directory/.WPI.directory/classes"
+}
+
+namespace "gentoo.org" {
+       separator = /
+       prefix = "gentoo.org/"
+       location = "maildir:~/.mail/gentoo.org"
+}
+
+namespace "gentoo.org/0 TODO" {
+       separator = /
+       prefix = "gentoo.org/0 TODO/"
+       location = "maildir:~/.mail/.gentoo.org.directory/0 TODO"
+}
+
+namespace "gentoo.org/bugs" {
+       separator = /
+       prefix = "gentoo.org/bugs/"
+       location = "maildir:~/.mail/.gentoo.org.directory/bugs"
+}
+
+namespace "gentoo.org/bugs/arches" {
+       separator = /
+       prefix = "gentoo.org/bugs/arches/"
+       location = "maildir:~/.mail/.gentoo.org.directory/.bugs.directory/arches"
+}
+
+namespace "gentoo.org/bugs/toolchain" {
+       separator = /
+       prefix = "gentoo.org/bugs/toolchain/"
+       location = "maildir:~/.mail/.gentoo.org.directory/.bugs.directory/toolchain"
+}
+
+namespace "gentoo.org/bugs/base-system" {
+       separator = /
+       prefix = "gentoo.org/bugs/base-system/"
+       location = "maildir:~/.mail/.gentoo.org.directory/.bugs.directory/base-system"
+}
+
+namespace "gentoo.org/dev" {
+       separator = /
+       prefix = "gentoo.org/dev/"
+       location = "maildir:~/.mail/.gentoo.org.directory/dev"
+}
+
+namespace "trash" {
+       separator = /
+       prefix = "trash/"
+       location = "maildir:~/.mail/trash"
+}
+
+namespace "sent-mail" {
+       separator = /
+       prefix = "sent-mail/"
+       location = "maildir:~/.mail/sent-mail"
+}
+