blob: beeb03a509eb659149c88a1aac0d84da9c8215fa (
plain)
1
2
3
4
5
6
7
8
|
#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
|