X-Git-Url: http://www.git.stargrave.org/?a=blobdiff_plain;f=lib%2FPublicInbox%2FView.pm;h=9ca4a6a419ab49e1b1c488783d880b36df5fe92f;hb=62ee3cb36dd08f17e444e96dc80108464ee10cba;hp=65bc2f810be2bf2eff794e649455094241ba3392;hpb=2998655db7fce5c7d9714a89f4a7cb54419bc757;p=public-inbox.git diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 65bc2f81..9ca4a6a4 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -117,7 +117,7 @@ sub index_entry { my $mhref = "${path}$href/"; # show full message if it's our root message - if ($root_anchor ne $id) { + if ($root_anchor ne $id || ($level != 0 && !$ctx->{flat})) { $fhref = "${path}$href/f/"; $more_ref = \$more; }