]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Inbox.pm
msgmap: ->new_file to supports $ibx arg, drop ->new
[public-inbox.git] / lib / PublicInbox / Inbox.pm
index 61d153bfab289c4885bfe828163ab48891467754..74b8a74f8856e7992fd29b742ff89f75d1dddaf3 100644 (file)
@@ -148,7 +148,7 @@ sub mm {
        $self->{mm} //= eval {
                require PublicInbox::Msgmap;
                _cleanup_later($self);
-               PublicInbox::Msgmap->new_file(mm_file($self));
+               PublicInbox::Msgmap->new_file($self);
        } // ($req ? croak("E: $@") : undef);
 }