For users with short attention spans, the root message of should
have the Subject, since <title> is often truncated in most browsers.
---
  Just a minor aesthetic improvement I noticed while overhauling
  large parts of View*.pm to reduce memory traffic and use.
  And this does have a tiny memory reduction, too :P

 lib/PublicInbox/View.pm | 1 -
 1 file changed, 1 deletion(-)

diff --git a/lib/PublicInbox/View.pm b/lib/PublicInbox/View.pm
index f29fff50..2e5228e1 100644
--- a/lib/PublicInbox/View.pm
+++ b/lib/PublicInbox/View.pm
@@ -777,7 +777,6 @@ sub thread_skel ($$$) {
        # when multiple Subject: headers are present, so we follow suit:
        my $subj = $hdr->header('Subject') // '';
        $subj = '(no subject)' if $subj eq '';
-       $ctx->{prev_subj} = [ split(/ /, subject_normalized($subj)) ];
        $ctx->{cur} = $mid;
        $ctx->{prev_attr} = '';
        $ctx->{prev_level} = 0;

Reply via email to