History log of /dovecot/src/lib-storage/mail-autoexpunge.h
Revision Date Author Comments Expand
8c0afac054fc783b1510c7839324302e8dc23643 23-Mar-2017 Timo Sirainen <timo.sirainen@dovecot.fi>

lib-storage: Change mail_user_autoexpunge() to return number of autoexpunged mails

1ae5d61ec366fdb2f3c5b150ca378d6141b0f4bd 27-Nov-2015 Timo Sirainen <tss@iki.fi>

Added mailbox { autoexpunge } setting. This can be used to automatically expunge mails from specified mailboxes after they're old enough. The expunges are done when the user is being deinitialized. mailbox_list_index=yes should be enabled to have the best performance with this setting. Example: namespace inbox { mailbox Spam { auto = create special_use = \Junk autoexpunge = 30d } }