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-Status: No, score=-3.2 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_BLOCKED, SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out0.migadu.com (out0.migadu.com [IPv6:2001:41d0:2:267::]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 3E3CA1F86C for ; Thu, 3 Dec 2020 04:58:25 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1606971543; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=x2qSqJHW0YZ6V2+Kb7zE7jYxWjc4tu9nvRaWUsKqdsg=; b=Ciu0Eg6NiQKDi/3loIyEIJG6xKhAdvjZr8X58B/M8vP3hInXjT8fleqp9DiY4GlKt93/V8 Uhd3ByRIHCdD0JtKZJcV9Raw054EORIeZ+m027kWwbettd32RONi42U9tFlcybVcrdeDev J1CbV8yQKFZe+Rh6E2ZmyLJFcuCF+UJ8sWlTE/+YGHKHqsjcDttnzGPFzFJnZOIvHHqJpk jqbRHwTWjwsSvYfF6folrp7KfX8b0lK4z+6JA63zSQfd3HMzWRolkQErfUDmdWaqB7QZ0Q AHf/v4YY76daol/dJTf4BIrWukZQLw0ddPHLM45oFLciPr1QZ4u1mNp5XYou/w== From: Kyle Meyer To: meta@public-inbox.org Subject: missing messages in thread overview Message-ID: <87360nlc44.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Date: Thu, 03 Dec 2020 04:59:03 GMT List-Id: I noticed a thread today that is missing messages in the thread overview. In the top-level inbox, all the messages are there: [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled 2020-12-02 11:17 UTC (11+ messages) - mbox.gz / Atom ` [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test ` [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static ` [bug#45000] [PATCH 3/9] gnu: Add ghc-yesod-static ` [bug#45000] [PATCH 4/9] gnu: Add ghc-cryptonite-conduit ` [bug#45000] [PATCH 5/9] gnu: ghc-yesod-core: Update to 1.6.18.6 ` [bug#45000] [PATCH 6/9] gnu: Add ghc-hjsmin ` [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell ` [bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th ` [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex assistant webapp enabled However, when I click through, the thread overview is missing five messages: Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- 2020-12-02 4:53 [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex assistant webapp enabled Jonathan Frederickson 2020-12-02 11:17 ` [bug#45000] [PATCH 0/9] Build git-annex with " zimoun https://yhetil.org/guix-patches/86sg8o1mou.fsf@gmail.com/T/#t The same subset of messages are in the thread's mbox: $ curl -fSsL https://yhetil.org/guix-patches/86sg8o1mou.fsf@gmail.com/t.mbox.gz \ | gzip -d | grep -i ^subject Subject: [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Subject: [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test. Subject: [bug#45000] [PATCH 7/9] gnu: Add ghc-template-haskell. Subject: [bug#45000] [PATCH 9/9] gnu: git-annex: Build with git-annex Subject: [bug#45000] [PATCH 2/9] gnu: Add ghc-wai-app-static. Subject: [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled I collected the complete thread (currently eleven messages) and used scripts/import_vger_from_mbox to create a separate inbox at . As before, the top-level listing shows all the patches, and the thread overview is still missing some, though different ones: 2020-12-02 4:53 [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Jonathan Frederickson 2020-12-02 11:17 ` zimoun 2020-12-02 4:55 [bug#45000] [PATCH 1/9] gnu: Add ghc-yesod-test Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 3/9] gnu: Add ghc-yesod-static Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 4/9] gnu: Add ghc-cryptonite-conduit Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 5/9] gnu: ghc-yesod-core: Update to 1.6.18.6 Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 6/9] gnu: Add ghc-hjsmin Jonathan Frederickson 2020-12-02 4:55 ` [bug#45000] [PATCH 8/9] gnu: Add ghc-boot-th Jonathan Frederickson On rethreading with `public-inbox-index -c --reindex --rethread', the thread overview looks like this: 2020-12-02 4:53 [bug#45000] [PATCH 0/9] Build git-annex with assistant webapp enabled Jonathan Frederickson 2020-12-02 11:17 ` zimoun All of the above is with a recent commit on master, v1.6.0-149-g4cc4ad59. Any ideas what might be going on here?