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 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 E05601F44D; Fri, 12 Apr 2024 02:07:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1712887662; bh=OPNpRHukrR3QtOn6uga8AFjD3rQ38Pv2K4OTRHSiKo4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=MmWrFPGblIib4fBnJjvV415NzxVMkhh4IlX4LwV9jbW4kHj5Vf3LohipnVOW0qtYZ P1JvvvxUscQ3F/7G8Q9TIDJErFn8Wk4AJxiwGO1Ar7yvCczJPf8ZNURk8uwL8Iz1GN +Q1W/56UCjEl0y5GY/xDrvJqpY7dF9oEz9PASBD4= Date: Fri, 12 Apr 2024 02:07:42 +0000 From: Eric Wong To: Josh Steadmon Cc: meta@public-inbox.org Subject: Re: lei-up doesn't output replies to matching thread Message-ID: <20240412020742.M811858@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Josh Steadmon wrote: > Hello again, > > I'm having trouble where `lei up --all` is not outputting threaded > replies, despite the fact that the saved search requests them. I noticed > the problem on this Git thread: I think this needs the notmuch-style subquery support I mentioned here: https://public-inbox.org/meta/20230412201743.M20097@dcvr/T/#u The external process part works nowadays (for new -cindex), but isn't wired up to old lei and WWW code, yet... And the subquery code will probably be stealing C++ from notmuch. Slightly related, I just posted a patch to finish off a per-thread subscription feature but it requires recent HTTP(S) endpoints if using HTTP(S): https://public-inbox.org/meta/20240412020103.2665237-1-e@80x24.org/ (I've been sidetracked badly this year dealing with offline things :<)