6 Dec
2006
6 Dec
'06
4:55 p.m.
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.