> On August 17, 2017 at 10:28 AM voy...@sbt.net.au wrote: > > > On Thu, August 17, 2017 5:03 pm, Aki Tuomi wrote: > > > >> On August 17, 2017 at 8:56 AM voy...@sbt.net.au wrote: > > > > autocreate and autosubscribe are moved under mailbox settings > > > > namespace { mailbox FooBox { auto = create } > > mailbox Trash { auto = subscribe } > > } > > Aki, thanks > > I've inserted it, but, maybe not in the correct place ? > > Aug 17 17:22:43 imap(v...@sbt.net.au): Error: namespace configuration error: > Duplicate namespace prefix: "" > Aug 17 17:22:43 imap(v...@sbt.net.au): Info: namespace configuration error: > Duplicate namespace prefix: "" in=0 out= > 346 > > > ... > > namespace { > inbox = yes > location = > prefix = > separator = / > type = private > } > namespace { > list = children > location = maildir:/%%Lh/Maildir/:INDEX=/%%Lh/Maildir/Shared/%%u > prefix = Shared/%%u/ > separator = / > subscriptions = yes > type = shared > } > namespace { > mailbox FooBox { > auto = create > } > mailbox Trash { > auto = subscribe > } > } > > ...
You need to modify it to suit your config, so put it in your INBOX namespace. Aki