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=-3.7 required=3.0 tests=AWL,BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, SPF_HELO_NONE,SPF_PASS,T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from sin.source.kernel.org (sin.source.kernel.org [IPv6:2604:1380:40e1:4800::1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id F2A9A1F47A for ; Mon, 12 Aug 2024 14:03:57 +0000 (UTC) Authentication-Results: dcvr.yhbt.net; dkim=pass (1024-bit key; unprotected) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.a=rsa-sha256 header.s=korg header.b=g0i+kNkt; dkim-atps=neutral Received: from smtp.kernel.org (transwarp.subspace.kernel.org [100.75.92.58]) by sin.source.kernel.org (Postfix) with ESMTP id 02350CE0E99; Mon, 12 Aug 2024 13:55:35 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 15CADC4AF0F; Mon, 12 Aug 2024 13:55:33 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1723470934; bh=4slkDiJAa6GY2ua6qMh/5d68uSOOGbXtGsyu7WDLWG8=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=g0i+kNktSQqe4aOeQqqFKZ/Aso/9WncV/a5fJx0AGksy2F+gSt4azRMGnCTb0WPaq t0OT0qMhNc7qC+qBo+gptpp1OTL+McVuDkfwoUk1lBscTw2d/PBmEzLKnbiHM3tRfu wko+s9C1vFzSbJpYhv36dl2zom7K7UZydE6yTGgk= Date: Mon, 12 Aug 2024 09:55:32 -0400 From: Konstantin Ryabitsev To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 00/11] indexheader + altid enhancements Message-ID: <20240812-eccentric-hypersonic-fossa-7b9c1e@lemur> References: <20240810090012.23269-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20240810090012.23269-1-e@80x24.org> List-Id: On Sat, Aug 10, 2024 at 09:00:01AM GMT, Eric Wong wrote: > The indexheader feature allows arbitrary headers to be indexed. > This can be done with both per-inbox Xapian indices and extindex > spanning multiple inboxes. Nice! I will try this out shortly and let you know how it's looking. -K