31 Jul
2008
31 Jul
'08
7:48 p.m.
On Jul 31, 2008, at 2:03 PM, Eduardo M KALINOWSKI wrote:
Timo Sirainen wrote:
Do you have dovecot-shared file in the maildir? If it exists, Dovecot uses only its index file for storing \Seen flags (to get per-user \Seen flags with shared mailboxes).
I do, to set the owner/group and mode of files. (The mailboxes aren't really shared, actually.) Any workarounds?
Only way currently would be to modify the sources:
src/lib-storage/index/maildir/maildir-storage.c:
mbox->ibox.box.private_flags_mask = MAIL_SEEN;
Comment out that line.