Cross Reference: mail-autoexpunge.h
xref
: /
dovecot
/
src
/
lib-storage
/
mail-autoexpunge.h
Home
History
Annotate
Line#
Navigate
Download
Search
only in
./
#
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