Lines Matching defs:notify
353 /* we received DONE+IDLE, so the client simply wanted to notify
583 struct imap_client_notify *notify;
590 array_foreach_modifiable(&client->notifys, notify) {
591 io_remove(¬ify->io);
592 i_close_fd(¬ify->fd);
638 struct imap_client_notify *notify;
640 notify = array_append_space(&client->notifys);
641 notify->fd = fd;
646 struct imap_client_notify *notify;
663 array_foreach_modifiable(&client->notifys, notify) {
664 notify->io = io_add(notify->fd, IO_READ,