]> Sergey Matveev's repositories - public-inbox.git/commit
msgmap: add message mapping via SQLite
authorEric Wong <e@80x24.org>
Tue, 15 Sep 2015 01:08:00 +0000 (01:08 +0000)
committerEric Wong <e@80x24.org>
Tue, 15 Sep 2015 01:09:54 +0000 (01:09 +0000)
commita94b930f4804cd2019b69e1371753810e6e97ff8
tree4ed77d4e13bff5279a88396ee328a72bd6e57c30
parent501730e6782d3f8839378145f56a53d205838931
msgmap: add message mapping via SQLite

This will allow us to maintain stable article numbers for an
NNTP server independently of Xapian.
lib/PublicInbox/Msgmap.pm [new file with mode: 0644]
t/msgmap.t [new file with mode: 0644]