Lines Matching defs:update
15 struct mailbox_update update;
20 i_zero(&update);
21 memcpy(update.mailbox_guid, mailbox_guid, sizeof(update.mailbox_guid));
22 update.uid_validity = uid_validity;
24 if (mailbox_create(box, &update, FALSE) < 0) {
75 i_zero(&update);
76 memcpy(update.mailbox_guid, mailbox_guid,
77 sizeof(update.mailbox_guid));
78 if (mailbox_update(box, &update) < 0) {
79 i_error("Can't update mailbox GUID %s: %s",
84 /* verify that the update worked */
94 i_error("Backend didn't update mailbox %s GUID",