From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,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.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id E6BD61F451; Mon, 1 Jan 2024 01:07:49 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1704071270; bh=Hp7BbOsiKyRfpyZohTAir8jScXtJhbJ++ddUlCcADrg=; h=From:To:Cc:Subject:Date:From; b=tGyMxMr+cn7tB0mGkNziuqmsDpgHERizyFirYEtL9dX8O7bpXkaD7Zeszv3nJwSsf ci1yys3hq2ZPm7sQqvWaktwOkeXLBjYuH6KpjIdF1P89fksKMCp4vPZ+8khMYkY/zu x/hqkLgFrw4xCnMeiAayJIFaDbXt8/27VniupWVo= From: Eric Wong To: meta@public-inbox.org Cc: Askar Safin Subject: [PATCH 0/2] www: re-sort messages for strict|loose matches Date: Mon, 1 Jan 2024 01:07:47 +0000 Message-ID: <20240101010749.1859763-1-e@80x24.org> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: 1/2 fixes the bug reported by Askar Safin, while 2/2 makes the multi-rootedness of threads which triggered the bug more obvious. Both patches deployed to my lore mirror at yhbt.net/lore: https://yhbt.net/lore/lkml/20231120011248.396012-1-stefanb@linux.ibm.com/T/ Eric Wong (2): over: re-sort Subject matches for WWW /T/ endpoint view: always show strict|loose note w/ multi-roots lib/PublicInbox/Over.pm | 5 +++++ lib/PublicInbox/View.pm | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-)