lib/PublicInbox/Feed.pm | 32 +++++++++++--------------------- diff --git a/lib/PublicInbox/Feed.pm b/lib/PublicInbox/Feed.pm index c2f7f448f5567c25f5b1a8fc9d5b840905c4b416..8d5648edd3acd376812b4eaf34b2dd69342538b2 100644 --- a/lib/PublicInbox/Feed.pm +++ b/lib/PublicInbox/Feed.pm @@ -62,7 +62,7 @@ $title = PublicInbox::Hval->new_oneline($title)->as_html; my @messages; my $git = try_git_pm($args->{git_dir}); - my ($first, $last) = each_recent_blob($args, sub { + my $last = each_recent_blob($args, sub { my $mime = do_cat_mail($git, $_[0]) or return 0; if ($top && ($mime->header('In-Reply-To') || @@ -96,7 +96,7 @@ } @_; }); dump_html_line($_, 0, \@out) for $th->rootset; - my $footer = nav_footer($args->{cgi}, $first, $last); + my $footer = nav_footer($args->{cgi}, $last); $footer = "
$footer" if $footer; $out[0] . "$footer