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

/dovecot/src/plugins/push-notification/
H A Dpush-notification-event-messagetrash.h9 bool trash; member in struct:push_notification_event_messagetrash_data
/dovecot/src/plugins/trash/
H A Dtrash-plugin.c11 #include "trash-plugin.h"
53 static int trash_clean_mailbox_open(struct trash_mailbox *trash) argument
57 trash->box = mailbox_alloc(trash->ns->list, trash->name, 0);
58 mailbox_set_reason(trash->box, "trash plugin");
59 if (mailbox_open(trash->box) < 0) {
60 mailbox_free(&trash->box);
64 if (mailbox_sync(trash
80 trash_clean_mailbox_get_next(struct trash_mailbox *trash, time_t *received_time_r) argument
160 struct trash_mailbox *trash = &trashes[i]; local
269 trash_find_storage(struct mail_user *user, struct trash_mailbox *trash) argument
293 struct trash_mailbox *trash; local
[all...]

Completed in 739 milliseconds