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=-4.0 required=3.0 tests=ALL_TRUSTED,BAYES_00 shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id 466391F9FD; Sat, 13 Mar 2021 11:50:33 +0000 (UTC) Date: Sat, 13 Mar 2021 11:50:33 +0000 From: Eric Wong To: meta@public-inbox.org Subject: Re: [RFC] lei_xkw: eXternal KeyWord index Message-ID: <20210313115033.GA26207@dcvr> References: <20210224204950.GA2076@dcvr> <20210303140139.7637-1-e@80x24.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20210303140139.7637-1-e@80x24.org> List-Id: Eric Wong wrote: > This will be yet another new, persistent on-disk format in the > upcoming release. It'll be used for storing per-message > keywords (AKA flags). They're not fleshed out at all with > typical overview info; just OIDs, Message-IDs, and the keywords > themselves. > > It's not wired into lei/store, yet; but that's the plan. Nope. We will want to implement unreadThreads for JMAP (RFC 8621), which means we'll need over.sqlite3. We can instead index only Message-ID+References (and no message body) info in ~/.local/share/lei/store instead.