From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS11403 173.228.157.0/24 X-Spam-Status: No, score=-3.8 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,RCVD_IN_DNSWL_LOW,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from pb-smtp21.pobox.com (pb-smtp21.pobox.com [173.228.157.53]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id E80AF1F5AD for ; Wed, 22 Apr 2020 01:34:11 +0000 (UTC) Received: from pb-smtp21.pobox.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 14E08BA5F3; Tue, 21 Apr 2020 21:34:11 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=pobox.com; h=from:to:cc :subject:date:message-id:mime-version:content-transfer-encoding; s=sasl; bh=jIm462bKyePy4AVPAi7mBfE/VAs=; b=t+dNzU+aSEhB/tuHIBFR 5NNalXgvSQFQ/skxNTvLubMz53OAFcb07A8n4qUNtyfFms3f6xTrMzcOBlOx1SPm yIOkz7P53xSCvW93SDEAYL61Ywic2inb8e4LsyIi2B9lOyMa+mJnAndD1lwZud3Z LCcQX+O7R9VRytwLyAoyt7g= Received: from pb-smtp21.sea.icgroup.com (unknown [127.0.0.1]) by pb-smtp21.pobox.com (Postfix) with ESMTP id 0D73FBA5F1; Tue, 21 Apr 2020 21:34:11 -0400 (EDT) (envelope-from kyle@kyleam.com) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=kyleam.com; h=from:to:cc:subject:date:message-id:mime-version:content-transfer-encoding; s=mesmtp; bh=dNjKNc353uqDZnn54k86JCg0yRd/l+TSizCMBdRFHSA=; b=qP5cUhL7LXxLHy2Auakf8+lueLUk9g9bgbIGvBM2FyAOjtpa1NjppMLEb2Yma7l5PyKHalmMMDwggfTdBx3fxtZl9WKikF5L9kR357YyFMsJ3sZOEwEYT0gqMfLA5TTw+DQcvbp2qkE8acVCNRjhqipcb4rP3Yj8aWCxAVFlH7A= Received: from localhost (unknown [45.33.91.115]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pb-smtp21.pobox.com (Postfix) with ESMTPSA id 2029DBA5EF; Tue, 21 Apr 2020 21:34:07 -0400 (EDT) (envelope-from kyle@kyleam.com) From: Kyle Meyer To: meta@public-inbox.org Cc: Kyle Meyer Subject: [PATCH 0/2] view: two display fixes for deduped subjects Date: Tue, 21 Apr 2020 21:33:57 -0400 Message-Id: <20200422013359.16149-1-kyle@kyleam.com> X-Mailer: git-send-email 2.26.0 MIME-Version: 1.0 X-Pobox-Relay-ID: 5B81AF9C-8439-11EA-8045-8D86F504CC47-24757444!pb-smtp21.pobox.com Content-Transfer-Encoding: quoted-printable List-Id: Looking at a thread on https://public-inbox.org/meta/ today, I got confused by what a stray " was doing after a subject. Poking around, it seems the omission character is getting tacked on despite the entire subject being displayed. As I was locally debugging/testing my fix for that issue, I noticed " popping up in a spot that it shouldn't, the line for the current message in the thread overview shown at the top of a message. [1/2] view: strip omission character from current message in thread vie= w [2/2] view: actually omit subject text when dumping topics lib/PublicInbox/View.pm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) base-commit: 2289dc4ab72cb31475039e26cb10786e6bf573d2 --=20 2.26.0