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

/dovecot/src/lib-storage/list/
H A Dmailbox-list-index-notify.c67 bool inbox_event_pending:1; member in struct:mailbox_list_notify_index
847 if (inotify->inbox_event_pending) {
848 inotify->inbox_event_pending = FALSE;
892 if (inotify->to_notify != NULL && inotify->inbox_event_pending) {
900 inotify->inbox_event_pending = TRUE;
901 if (inotify->inbox_event_pending && inotify->to_notify == NULL) {

Completed in 332 milliseconds