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: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 0EAF41F54E for ; Fri, 2 Sep 2022 09:12:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1662109921; bh=FCMIN2DBE5TWCv8391CfWUPvYlQH8Q2ZpD+LXL/WJus=; h=From:To:Subject:Date:From; b=azYkyyhlzmvBCiwHZvfcrpDFEGnnEhZ8NDlIgF5X0S8SoCiHEXe610A1lsy3ZgORp 1JTtrNBsVvDtLV+Q7R2UUCr0cK8zkGlmuK3pXiPvwys/UVBJCplopr7rqT988BX4ux iT+0URKShBnTlavMV8kub0tI4aQHMlzQCVlW2C6k= From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] www: unindexed v1 fixes Date: Fri, 2 Sep 2022 09:10:52 +0000 Message-Id: <20220902091054.1527844-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: While it's rare to find someone running unindexed v1 inboxes nowadays, we can't drop support for them, either. So do our best to ensure they still work. Eric Wong (2): www: fix top nav bar for unindexed v1 inboxes www: omit [thread overview] link for unindexed v1 lib/PublicInbox/View.pm | 10 ++++++++-- t/plack.t | 5 ++++- 2 files changed, 12 insertions(+), 3 deletions(-)