History log of /dovecot/src/lib-storage/mailbox-recent-flags.h
Revision Date Author Comments Expand
1cc5027b902f5f0d3e4b9bf36beda5f5fe5726b0 23-Aug-2016 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-storage: Added mailbox_recent_flags_expunge_uid() For storage backends where it's useful.

b2fa9f195447423e4a55ce1e7850d33c3a100c91 24-Aug-2015 Timo Sirainen <tss@iki.fi>

lib-storage: Added mailbox_recent_flags_set_uid_forced() This allows adding recent flags to mails whose UID is lower than the existing recent mails.

817d027593510c3ba70ad542ce0011f5f6916d1e 18-Aug-2015 Timo Sirainen <tss@iki.fi>

lib-storage: Moved most of the \Recent flag handling code to mailbox-recent-flags.c There are also some API changes, because functions were renamed and the recent_* fields were moved to struct mailbox. I'm not aware of any plugins using these though, except for index_mailbox_set_recent_seq() which for now is kept as a backwards compatibility macro. No changes were made to the actual code logic.