about summary refs log tree commit homepage
path: root/lib/PublicInbox/View.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2022-09-01 08:42:55 +0000
committerEric Wong <e@80x24.org>2022-09-02 02:37:44 +0000
commite512d54b21ddea2228fc19a3c5a19fa4b73c6040 (patch)
treedda22951fc5b89d758bbe6d465d988969a2bac73 /lib/PublicInbox/View.pm
parent109136ca4f1c9ef2eb4114f1f3d1f776e265fff2 (diff)
downloadpublic-inbox-e512d54b21ddea2228fc19a3c5a19fa4b73c6040.tar.gz
For users with short attention spans, the root message of should
have the Subject, since <title> is often truncated in most browsers.
Diffstat (limited to 'lib/PublicInbox/View.pm')
-rw-r--r--lib/PublicInbox/View.pm1
1 files changed, 0 insertions, 1 deletions
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;