From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.0 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id AA8EE1FE4E for ; Tue, 21 Jun 2016 04:29:00 +0000 (UTC) From: Eric Wong To: meta@public-inbox.org Subject: [PATCH 0/2] searchidx: fix ghost vivification Date: Tue, 21 Jun 2016 04:28:57 +0000 Message-Id: <20160621042859.16146-1-e@80x24.org> List-Id: These fix a message threading bug due to out-of-order message delivery, leading messages not showing up properly in thread views. Unfortunately this currently requires an index update which cannot be done in place (yet). Eric Wong (2): searchidx: simplify ghost creation searchidx: merge old thread id from ghosts lib/PublicInbox/Search.pm | 3 ++- lib/PublicInbox/SearchIdx.pm | 23 ++++++----------------- 2 files changed, 8 insertions(+), 18 deletions(-)