[Dovecot] Changing the Seen Flags
Timo Sirainen
tss at iki.fi
Wed Dec 6 16:55:47 UTC 2006
On Wed, 2006-12-06 at 19:18 +0530, Amardeep Singh wrote:
> Hi ,
>
> Can we change the setting on dovecot so that the Seen mail flag S should
> be saved
> where everybody can see that and not in the dovecot.index file
>
> As we are facing problems with public folder read/unread mails.
Usually people want private seen flag with shared folders. I want to
make this configurable, but I haven't yet much thought how this should
be done, so for now it's hardcoded.
You can change it by modifying the sources:
src/lib-storage/index/maildir/maildir-storage.c around line 519:
mbox->private_flags_mask = MAIL_SEEN;
Change MAIL_SEEN to 0.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
Url : http://dovecot.org/pipermail/dovecot/attachments/20061206/8a9f2d4c/attachment.pgp
More information about the dovecot
mailing list