]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
pop3: Use separate search queries for expunging and setting \Seen flags
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Mon, 11 May 2020 16:00:25 +0000 (19:00 +0300)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Wed, 20 May 2020 09:54:33 +0000 (12:54 +0300)
commitdc542c1e4ede7a10e05a81248187ac24ba05c303
tree220c5f1c73b46334585755d1918ae6708ce58ae7
parent5daa181d6a7d03a61a5bb77d2bd1b65ff7420d02
pop3: Use separate search queries for expunging and setting \Seen flags

Using a single shared search query causes mail prefetching to behave
inefficiently. Especially lazy_expunge plugin could have done refcount
prefetch for non-deleted mails as well.
src/pop3/pop3-commands.c