Home
last modified time | relevance | path

Searched refs:mailbox_notify_changes (Results 1 – 7 of 7) sorted by relevance

/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/
H A Dmail-storage.h659 void mailbox_notify_changes(struct mailbox *box,
662 #define mailbox_notify_changes(box, callback, context) \ macro
663 mailbox_notify_changes(box, (mailbox_notify_callback_t *)callback, \
H A Dmail-storage.c2291 #undef mailbox_notify_changes
2292 void mailbox_notify_changes(struct mailbox *box, in mailbox_notify_changes() function
/dports/mail/dovecot/dovecot-2.3.17/src/imap/
H A Dcmd-idle.c289 mailbox_notify_changes(client->mailbox, idle_callback, ctx); in cmd_idle()
H A Dtest-imap-client-hibernate.c236 mailbox_notify_changes(client->mailbox, mailbox_notify_callback, client); in test_imap_client_hibernate()
H A Dimap-notify.c424 mailbox_notify_changes(client->mailbox, imap_notify_callback, client); in imap_notify_watch_selected_mailbox()
/dports/mail/dovecot/dovecot-2.3.17/src/plugins/virtual/
H A Dvirtual-storage.c737 mailbox_notify_changes((*bboxp)->box, in virtual_notify_changes()
/dports/mail/dovecot/dovecot-2.3.17/
H A DChangeLog68213 virtual: Optimize mailbox_notify_changes() when there's only a single
158293 lib-storage: Removed min_timeout parameter from mailbox_notify_changes()