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

/dovecot/src/doveadm/dsync/
H A Ddsync-brain-mailbox.c751 struct dsync_mailbox delete_box; local
758 i_zero(&delete_box);
759 memcpy(delete_box.mailbox_guid, dsync_box->mailbox_guid,
760 sizeof(delete_box.mailbox_guid));
761 t_array_init(&delete_box.cache_fields, 0);
763 delete_box.mailbox_ignore = TRUE;
765 delete_box.mailbox_lost = TRUE;
766 dsync_ibc_send_mailbox(brain->ibc, &delete_box);
/dovecot/src/lib-storage/
H A Dmail-storage-private.h224 int (*delete_box)(struct mailbox *box); member in struct:mailbox_vfuncs

Completed in 15 milliseconds