Displaying 1 result from an estimated 1 matches for "pvtindex".
Did you mean:
getindex
2012 Feb 13
6
Dovecot v2.2 plans
...'s coming for Dovecot v2.1 so it's a bit off topic, but I thought I'd mention it anyway.
Shared mailbox improvements
---------------------------
Support for private flags for all mailbox formats:
namespace {
type = public
prefix = Public/
mail_location = mdbox:/var/vmail/public:PVTINDEX=~/mdbox/indexes-public
}
- dsync needs to be able to replicate the private flags as well as shared flags.
- might as well add a common way for all mailbox formats to specify which flags are shared and which aren't. $controldir/dovecot-flags would say which is the default (private or shared)...