]> Sergey Matveev's repositories - public-inbox.git/commit
V2Writeable.pm: In unindex_oid delete the message from msgmap
authorEric W. Biederman <ebiederm@xmission.com>
Wed, 1 Aug 2018 16:43:44 +0000 (11:43 -0500)
committerEric Wong <e@80x24.org>
Fri, 3 Aug 2018 20:04:29 +0000 (20:04 +0000)
commit72fa722146912781230c54d7282bf7c1147e0455
tree6d3c672a86d2cbd311147c8664ac33df12f0a212
parent65820d88976bc2fa83e9acd3b460ac304578d40a
V2Writeable.pm: In unindex_oid delete the message from msgmap

Now that we track the num highwater mark it is safe to remove messages
from msgmap that have been previously allocated.  Removing even the
highest numbered article will no longer cause new message numbers to
move backwards.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
lib/PublicInbox/V2Writable.pm