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, T_SCC_BODY_TEXT_LINE 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 802CE1F406; Tue, 12 Dec 2023 11:41:47 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1702381307; bh=34C7NVhWxiutPa9znfZFPQPBNOf4dRXIbHJDyr3f64o=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=d7m4XrDOASfuxVMoTeAvY7dhUyVg/eZPen/3aWo3KK6v2RIvVktYclwQlcXpQbXKc BWuFJJlGIGU3Shsb0p03IVQ+caebG792nB3CwBDeYaPUVVr141hafovPnwDtKXBRqd t2d9xqc5ZoX9hDMomKHpYpRQC2mN5QQVQ1PGOZxE= Date: Tue, 12 Dec 2023 11:41:47 +0000 From: Eric Wong To: "Aneesh Kumar K.V (IBM)" Cc: meta@public-inbox.org Subject: Re: lei up without creating xapian database Message-ID: <20231212114147.M321463@dcvr> References: <87edfr1xgf.fsf@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <87edfr1xgf.fsf@kernel.org> List-Id: "Aneesh Kumar K.V (IBM)" wrote: > I currently use notmuch to manage my emails, and I already have a xapian > index created for all the emails on my system. I want to switch to using > lei to download emails from lore.kernel.org based on query patterns, and > I want to index these emails with notmuch. However, I noticed that lei > also creates an index for these emails, which is not necessary for my > workflow. Is there a way to use lei to download emails to maildir from a > public-inbox server without creating the xapian index on the local disk? Not yet, unfortunately. I have plans to make lei independent of Xapian (SQLite will still be necessary), but it hasn't been a priority this year, maybe next year... The (hopefully) coming lei FUSE3 backend may be helpful for notmuch users, too, since it'll allow storing compressed/deltafied/deduped messages in git w/o eating millions of real inodes.