]> Sergey Matveev's repositories - public-inbox.git/commit
imap: avoid warnings on non-slice mailboxes
authorEric Wong <e@yhbt.net>
Tue, 7 Jul 2020 20:37:37 +0000 (20:37 +0000)
committerEric Wong <e@yhbt.net>
Fri, 10 Jul 2020 11:27:08 +0000 (11:27 +0000)
commit42a6fc1794099cb2585d3c290e42a20d5ef56b89
treef68ac0dac92a78d8cc21ee5e22ed3d387f82ed9e
parent1bfff88a34210d5e944424c3a96e4d60979ace4d
imap: avoid warnings on non-slice mailboxes

Non-slice mailboxes never have messages themselves,
so we must not assume a message exists when sending
untagged EXISTS messages.
lib/PublicInbox/IMAP.pm
t/imapd.t