Searched defs:trashes (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/plugins/trash/
H A Dtrash-plugin.c108 struct trash_mailbox *trashes; local
115 trashes = array_get_modifiable(&tuser->trash_boxes, &count);
122 if (trashes[j].priority != trashes[i].priority)
125 ret = trash_clean_mailbox_get_next(&trashes[j],
138 if (mail_get_physical_size(trashes[oldest_idx].mail,
141 trashes[oldest_idx].mail = NULL;
145 mail_expunge(trashes[oldest_idx].mail);
151 trashes[oldest_idx].mail = NULL;
160 struct trash_mailbox *trash = &trashes[
[all...]

Completed in 33 milliseconds