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

/dovecot/src/lib-storage/index/
H A Dindex-storage.c96 enum mailbox_lock_notify_type notify_type,
107 ibox->last_notify_type == notify_type) {
109 notify_type == MAILBOX_LOCK_NOTIFY_MAILBOX_OVERRIDE) {
118 ibox->last_notify_type = notify_type;
120 switch (notify_type) {
95 index_storage_lock_notify(struct mailbox *box, enum mailbox_lock_notify_type notify_type, unsigned int secs_left) argument

Completed in 10 milliseconds