Re: [Dovecot] shared namespaces with common prefix prefix

2010-01-19 Thread Frank Cusack
On January 19, 2010 2:54:35 PM +0200 Timo Sirainen wrote: Right. Another thing that seems a bit scary is that you sometimes use %n and sometimes %u. If %n is enough to identify the user, maybe it should be consistently used everywhere? That was intentional.

Re: [Dovecot] shared namespaces with common prefix prefix

2010-01-19 Thread Timo Sirainen
On Thu, 2010-01-14 at 14:22 -0500, Frank Cusack wrote: > namespace public { > separator = / > prefix = zz/shared/ > } > # to share other employees mailboxes (term'd or admin access) > namespace shared { > separator = / > prefix = zz/shared/%%u/ > } > > Since I added the shared namespace, I

Re: [Dovecot] shared namespaces with common prefix prefix

2010-01-19 Thread Timo Sirainen
On Thu, 2010-01-14 at 14:28 -0500, Frank Cusack wrote: > On January 14, 2010 2:22:08 PM -0500 Frank Cusack > wrote: > ># to share other employees mailboxes (term'd or admin access) > > namespace shared { > > separator = / > > prefix = zz/shared/%%u/ > > location = maildir:/var/maildir/%%n:I

Re: [Dovecot] shared namespaces with common prefix prefix

2010-01-14 Thread Frank Cusack
On January 14, 2010 2:22:08 PM -0500 Frank Cusack wrote: # to share other employees mailboxes (term'd or admin access) namespace shared { separator = / prefix = zz/shared/%%u/ location = maildir:/var/maildir/%%n:INDEX=/var/maildir/users/%%u subscriptions = no list = children } In the

[Dovecot] shared namespaces with common prefix prefix

2010-01-14 Thread Frank Cusack
Can shared/public namespaces' prefixes have a common prefix? :) namespace public { separator = / prefix = zz/shared/ location = maildir:/var/maildir/shared:INDEX=/var/maildir/%n/shared subscriptions = no } # to share other employees mailboxes (term'd or admin access) namespace shared { separ