]> Sergey Matveev's repositories - public-inbox.git/commit
pop3: fix off-by-one error when handling `EXPIRE 0'
authorEric Wong <e@80x24.org>
Fri, 12 Aug 2022 21:30:37 +0000 (21:30 +0000)
committerEric Wong <e@80x24.org>
Fri, 12 Aug 2022 21:32:07 +0000 (21:32 +0000)
commit98e259c8cf893b50fe22f5a5909b2fb54c98d8e0
tree43d418b39b813d13c9ca3f7ef66e70e3156390ed
parenta29411eeb3d4dd87225ad1a70973907e7844d7a2
pop3: fix off-by-one error when handling `EXPIRE 0'

mark_dele already works on the cache offset, so there's no need
to make further adjustments to the offset (as we do with POP3
sequence numbers).
lib/PublicInbox/POP3.pm