view src/lib-storage/mail-autoexpunge.h @ 22711:25d4771ad0fd

lib-storage: mailbox_list_index - indentation cleanup
author Timo Sirainen <timo.sirainen@dovecot.fi>
date Thu, 14 Dec 2017 02:10:27 +0200
parents 944cd7603aff
children
line wrap: on
line source

#ifndef MAIL_AUTOEXPUNGE_H
#define MAIL_AUTOEXPUNGE_H

/* Perform autoexpunging for all the user's mailboxes that have autoexpunging
   configured. Returns number of mails that were autoexpunged. */
unsigned int mail_user_autoexpunge(struct mail_user *user);

#endif