Searched refs:autoexpunge (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib-storage/ |
H A D | mail-autoexpunge.c | 9 #include "mail-autoexpunge.h" 11 #define AUTOEXPUNGE_LOCK_FNAME "dovecot.autoexpunge.lock" 33 i_error("autoexpunge: Couldn't create %s lock: %s", 96 t = mailbox_transaction_begin(box, 0, "autoexpunge"); 134 unsigned int autoexpunge, 140 /* autoexpunge is configured by admin, so we can safely ignore 144 mailbox_set_reason(box, "autoexpunge"); 145 if (mailbox_autoexpunge(box, autoexpunge, autoexpunge_max_mails, 147 i_error("Failed to autoexpunge mailbox '%s': %s", 169 mailbox_autoexpunge_set(ns, info->vname, set->autoexpunge, 133 mailbox_autoexpunge_set(struct mail_namespace *ns, const char *vname, unsigned int autoexpunge, unsigned int autoexpunge_max_mails, unsigned int *expunged_count) argument [all...] |
H A D | mail-storage-settings.h | 115 unsigned int autoexpunge; member in struct:mailbox_settings
|
H A D | mail-storage-settings.c | 175 DEF(SET_TIME, autoexpunge), 189 .autoexpunge = 0,
|
Completed in 15 milliseconds