]> Sergey Matveev's repositories - public-inbox.git/commit
init: add --skip-artnum parameter
authorEric Wong <e@yhbt.net>
Sun, 21 Jun 2020 00:21:33 +0000 (00:21 +0000)
committerEric Wong <e@yhbt.net>
Tue, 23 Jun 2020 00:22:18 +0000 (00:22 +0000)
commit5759c29ba5e0c8b2b1135e528e133dc7dde219f8
tree841e315a7c4c54910bcc72868f4eb92a51fcc092
parent3ba0028804c50b75b1854d0c2bf637ebce0aa8b1
init: add --skip-artnum parameter

For archivists with only newer mail archives, this option allows
reserving reserve NNTP article numbers for yet-to-be-archived
old messages.  Indexers will need to be updated to support this
feature in future commits.

-V1 inboxes will now be initialized with SQLite and Xapian
support if this option is used, or if --indexlevel= is
specified.
Documentation/public-inbox-init.pod
lib/PublicInbox/InboxWritable.pm
lib/PublicInbox/Msgmap.pm
lib/PublicInbox/SearchIdx.pm
lib/PublicInbox/V2Writable.pm
script/public-inbox-init
t/init.t