summaryrefslogtreecommitdiffstats
path: root/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
diff options
context:
space:
mode:
authorGuilhem Moulin <guilhem@fripost.org>2013-12-15 23:49:38 +0100
committerGuilhem Moulin <guilhem@fripost.org>2015-06-07 02:51:27 +0200
commite4c74a8f95ea5a77e4d65b9b0952ff48a0564161 (patch)
treec4558514a4740631a7a0110e2f1e8aab1b80b03c /roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
parent7fe517c328906d0f962c3dc33d7bc773f2348bb4 (diff)
Make the virtual mailboxes visible under RoundCube.
RoundCubes lists subscribed mailboxes only (determined using LIST-EXTENDED by default); also, it seems to ignore new subscriptions to mailboxes not listed by the LIST command.
Diffstat (limited to 'roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf')
-rw-r--r--roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf8
1 files changed, 4 insertions, 4 deletions
diff --git a/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf b/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
index e110f28..6aa5c22 100644
--- a/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
+++ b/roles/IMAP/files/etc/dovecot/conf.d/15-mailboxes.conf
@@ -16,19 +16,19 @@ namespace inbox {
#}
# These mailboxes are widely used and could perhaps be created automatically:
- mailbox TRASH {
+ mailbox Trash {
auto = create
special_use = \Trash
}
- mailbox DRAFTS {
+ mailbox Drafts {
auto = create
special_use = \Drafts
}
- mailbox SENT {
+ mailbox Sent {
auto = subscribe
special_use = \Sent
}
- mailbox SPAM {
+ mailbox Junk {
auto = create
special_use = \Junk
}