http://7fh6tueqddpjyxjmgtdiueylzoqt6pt7hec3pukyptlmohoowvhde4yd.onion/public-inbox.git/tree/lib/PublicInbox/AltId.pm
However, being able # to use existing serial numbers is beneficial. package PublicInbox :: AltId ; use v5 . 12 ; use parent qw(PublicInbox::IndexHeader) ; # spec: TYPE:PREFIX:param1=value1¶m2=value2&... # The PREFIX will be a searchable boolean prefix in Xapian # Example: serial:gmane:file=/path/to/altmsgmap.sqlite3 sub new { my ( $class , $ibx , $spec , $writable ) = @_ ; my ( $type , $pfx , $query ) = split /:/ , $spec , 3 ; $type eq 'serial' or die "E:...