Displaying 1 result from an estimated 1 matches for "piegsa".
Did you mean:
picasa
2011 Aug 08
2
How to make dovecot-lda/deliver mark a message as seen
Hello everybody,
I am using dovecot 2.0.13 and have a special case here in which I want a
mail that is delivered locally with dovecot-lda to be marked as "seen".
In dovecot 1.1.7 I succeeded to achive this, by modifing deliver.c so
that upon adding a -S switch to the command arguments, the flag
MAIL_SEEN was added to the call of mailbox_copy(). This seemed to work
pretty good.