Searched refs:mailbox_notify_changes (Results 1 - 5 of 5) sorted by relevance

/dovecot/src/lib-storage/
H A Dmail-storage.h646 void mailbox_notify_changes(struct mailbox *box,
649 #define mailbox_notify_changes(box, callback, context) \ macro
650 mailbox_notify_changes(box, (mailbox_notify_callback_t *)callback, \
H A Dmail-storage.c2095 #undef mailbox_notify_changes macro
2096 void mailbox_notify_changes(struct mailbox *box, function
/dovecot/src/imap/
H A Dcmd-idle.c292 mailbox_notify_changes(client->mailbox, idle_callback, ctx);
H A Dimap-notify.c422 mailbox_notify_changes(client->mailbox, imap_notify_callback, client);
/dovecot/src/plugins/virtual/
H A Dvirtual-storage.c737 mailbox_notify_changes((*bboxp)->box,

Completed in 27 milliseconds