We're already inside the thread, and our thread summary inside /m/$MESSAGE_ID/ is already sufficient got navigate back to the /t/$MESSAGE_ID/ page. So I think it's sufficient to keep the /t/$MESSAGE_ID/ page lighter with fewer links and avoid introducing strange terminology.
In contrast, "permalink" is relatively well-known and not an alien term to readers: https://en.wikipedia.org/wiki/Permalink --- lib/PublicInbox/View.pm | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 7cac785..3ee6790 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -74,13 +74,10 @@ sub index_entry { my $path = $root_anchor ? '../../' : ''; my $href = $mid->as_href; my $irt = $header_obj->header('In-Reply-To'); - my ($anchor_idx, $anchor, $t_anchor); + my ($anchor_idx, $anchor); if (defined $irt) { $anchor_idx = anchor_for($irt); $anchor = $seen->{$anchor_idx}; - $t_anchor = T_ANCHOR; - } else { - $t_anchor = ''; } if ($srch) { $subj = "<a\nhref=\"${path}t/$href/#u\">$subj</a>"; @@ -134,11 +131,6 @@ sub index_entry { $rv .= " <a\nhref=\"$anchor\">parent</a>"; } - if ($srch) { - $rv .= " <a\nhref=\"${path}t/$href/$t_anchor\">" . - "threadlink</a>"; - } - $fh->write($rv .= '</pre></td></tr></table>'); } -- EW -- unsubscribe: meta+unsubscr...@public-inbox.org archive: http://public-inbox.org/meta/