]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/SearchView.pm
view: eml_entry: reduce parameters
[public-inbox.git] / lib / PublicInbox / SearchView.pm
index 921992a5d0c001bfe6faf2935292ad232ea30fcd..623b16fb22cd0d6282d01d001a16dd367531080e 100644 (file)
@@ -294,7 +294,7 @@ sub mset_thread {
 sub mset_thread_i {
        my ($ctx, $eml) = @_;
        $ctx->zmore($ctx->html_top) if exists $ctx->{-html_tip};
-       $eml and return PublicInbox::View::eml_entry($ctx, $ctx->{smsg}, $eml,
+       $eml and return PublicInbox::View::eml_entry($ctx, $eml,
                                                scalar @{$ctx->{msgs}});
        my $smsg = shift @{$ctx->{msgs}} or
                $ctx->zmore(${delete($ctx->{skel})});