]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/ExtSearch.pm
get rid of unnecessary bytes::length usage
[public-inbox.git] / lib / PublicInbox / ExtSearch.pm
index c2cfc3388d576f1f4f5c8135e7c82ea4017d3c5f..0b480c7ef5bb44886d2c25256a221644e04acbbf 100644 (file)
@@ -19,6 +19,7 @@ sub new {
        my ($class, $topdir) = @_;
        bless {
                topdir => $topdir,
+               -primary_address => 'unknown@example.com',
                # xpfx => 'ei15'
                xpfx => "$topdir/ei".PublicInbox::Search::SCHEMA_VERSION
        }, $class;