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 934931F9FD; Wed, 3 Mar 2021 03:53:59 +0000 (UTC) Date: Wed, 3 Mar 2021 09:53:59 +0600 From: Eric Wong To: meta@public-inbox.org Subject: should lei attempt to index mail outside of git? Message-ID: <20210303035359.GA14438@dcvr> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline List-Id: Currently, every mail lei indexes has a git blob associated with it. I understand some folks might want to keep using their existing storage and not have a redundant, expensive-to-erase copy of the mail in git; but just want an indexing-only solution like mairix. So, is this a feature worth implementing?