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,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 98D0B1FB0A for ; Fri, 4 Dec 2020 03:34:55 +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=1607052936; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=5RmopZkTGtQRIQyHSNxfGz9Go4Ts0U81cHsMmo6ryVE=; b=qzZzUvIyR06jW7IKD6arru8rKqayTO4QWPl69QWUfh81NeyH2f1I6y+g9k0hQPnMQWdfWV E+6Jj9yfo9HUi0ZFdFh8xxE3BxKt68JejYxIwJVp/f5PXFin5D8PDGewtCQZl0CZa8z7KJ dTAjkaU8BwVfg6jCucIZ7VWOX0zmL7g+3Pbaqer04qPPq1kCpPysl0g2prj/vhgLRZIzFw KsMTqQ1+L3z75JR+PCXqu85/PbREnnsG8iphOGovb7gy4MZgKr/tebT0mT2NgYNI7MpY0T iERaxxbE9g7r33ebImIHA4j75kqWS1XLWz3Y+x5zSvZzM9z53SLq/pgshe8BpA== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [WIP] over: ensure old, merged {tid} is really gone. In-Reply-To: <20201204021234.GA24535@dcvr> References: <87360nlc44.fsf@kyleam.com> <20201203201945.GA15810@dcvr> <20201204021234.GA24535@dcvr> Message-ID: <87pn3qjlb8.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com Date: Fri, 04 Dec 2020 03:35:36 GMT List-Id: Eric Wong writes: > Yes, the fix is quite small (I think the below test case can be > made smaller). > > --rethread seems to be a separate bug, will fix when more awake. Great, thank you for the explanation and fix. By the way, I've been enjoying playing with the extindex feature. I haven't been doing anything fancy and it's just a few inboxes, but it's been _really_ nice to be able to group the inboxes for a project. Anyway, off topic for this thread, but thanks for that too!