Lines Matching refs:box
10 struct mailbox *box;
23 box = mailbox_alloc(ns->list, name, 0);
24 mailbox_set_reason(box, "DELETE");
25 if (mailbox_is_any_inbox(box)) {
28 mailbox_free(&box);
33 mailbox_backends_equal(box, client->mailbox)) {
40 if (mailbox_delete(box) == 0)
43 errstr = mailbox_get_last_error(box, &error);
45 client_send_box_error(cmd, box);
51 mailbox_free(&box);