https://bugs.koozali.org/show_bug.cgi?id=12150
--- Comment #3 from bunkobugsy <[email protected]> ---
Have this running fine for years now, just not templated the sme way:
https://doc.dovecot.org/configuration_manual/shared_mailboxes/public_shared/
Per-user \Seen flag
The recommended way to enable private flags for shared mailboxes is to create
private indexes with :INDEXPVT=<path>. This creates dovecot.index.pvt[.log]
files, which contain only the message UIDs and the private flags. Currently the
list of private flags is hardcoded only to the \Seen flag.
Example:
namespace {
type = public
separator = /
prefix = Public/
location = maildir:/var/mail/public:INDEXPVT=~/Maildir/public
subscriptions = no
}
Without this enabled if anyone marks an email read in a shared folder the
others will have it marked read also.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug._______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/