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

/dovecot/src/imap/
H A Dimap-notify.c143 enum imap_notify_event wanted_events = notify_boxes->events; local
147 if ((wanted_events & IMAP_NOTIFY_EVENT_MAILBOX_NAME) != 0) {
153 if ((wanted_events & IMAP_NOTIFY_EVENT_SUBSCRIPTION_CHANGE) != 0) {
164 if ((wanted_events & (IMAP_NOTIFY_EVENT_MESSAGE_NEW |
170 if ((wanted_events & IMAP_NOTIFY_EVENT_MESSAGE_NEW) != 0) {
174 if ((wanted_events & IMAP_NOTIFY_EVENT_MESSAGE_EXPUNGE) != 0) {
178 if ((wanted_events & IMAP_NOTIFY_EVENT_FLAG_CHANGE) != 0) {

Completed in 283 milliseconds