]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
imap NOTIFY: Flush any pending notifications on NOOP
authorTimo Sirainen <timo.sirainen@dovecot.fi>
Wed, 17 May 2017 16:02:06 +0000 (19:02 +0300)
committerVille Savolainen <ville.savolainen@dovecot.fi>
Fri, 26 May 2017 06:07:53 +0000 (09:07 +0300)
commit575f81ed8b06991d87917208ca7846e80eb736c5
tree063ea699e30ba23d4b06b2ae239073f0cb81c97e
parent1d9ac066530453b40f9838f0de620d06aa1902b1
imap NOTIFY: Flush any pending notifications on NOOP

This is mainly to allow testing NOTIFY easily with imaptest scripts.
This is cheap anyway, because mailbox_list_notify_flush() doesn't do any
syscalls when there's no work.
src/imap/cmd-noop.c
src/imap/imap-notify.c
src/imap/imap-notify.h