Browse Source

[Dovecot] Set CONTROL path for shared namespace and remove index

André 7 years ago
parent
commit
02e567f76b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      data/conf/dovecot/dovecot.conf

+ 1 - 1
data/conf/dovecot/dovecot.conf

@@ -175,7 +175,7 @@ namespace {
     type = shared
     type = shared
     separator = /
     separator = /
     prefix = Shared/%%u/
     prefix = Shared/%%u/
-    location = maildir:%%h/:INDEX=~/Shared/%%u:INDEXPVT=~/Shared/%%u
+    location = maildir:%%h/:CONTROL=~/Shared/%%u:INDEXPVT=~/Shared/%%u
     subscriptions = no
     subscriptions = no
     list = children
     list = children
 }
 }