From: Eric Wong Date: Sun, 2 Nov 2014 01:44:30 +0000 (+0000) Subject: view: rename "permalink" to "threadlink" X-Git-Tag: v1.0.0~1100 X-Git-Url: http://www.git.stargrave.org/?a=commitdiff_plain;h=d90942eae05aaa37c7421495a41108b632634e73;p=public-inbox.git view: rename "permalink" to "threadlink" These may not be permanent, after all. Better threading support can be done for message views, so and the current index layout is still too busy and suboptimal. --- diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm index 2e70d25a..b943c4ce 100644 --- a/lib/PublicInbox/View.pm +++ b/lib/PublicInbox/View.pm @@ -147,7 +147,7 @@ sub index_entry { } $rv .= " parent"; } - $rv .= " permalink"; + $rv .= " threadlink"; $rv . "\n\n"; }