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=-3.6 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H4,RCVD_IN_MSPIKE_WL,SPF_HELO_NONE,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id 73CBA1F9FD for ; Fri, 26 Feb 2021 04:38:08 +0000 (UTC) X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=kyleam.com; s=key1; t=1614314285; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=dzDpg3CDcL7oc8Z5hZjdOYcyWEb7FZpvTFUbN/3i5+A=; b=RG3wKlONK3K3VIsrrt61/vaUCFjqyYIAHkgn8DDulpbNIbRFeG4gWBuUr/NAw+xELql1Wv WI1xdALSwHiGpBspNFAeMB62ZjLsKOMjTKdDFsvU6GRskGEOSII8S2SM9rfoDyT/gjB0m1 GvYp5s/5q1jEaXtH7Yw4tHQeamou6JuLVu2ZW3xJVukibIDsBP+U13RByk3dA8Cb3Gr9Lb 0KYXEkRETLkdRR96kw9fzCi4bi7jLN8XYSBLFB0aSzU2vvSjvMz2YGcfjzOkwJNiWcyLHR EZtpsttZmDzQNHuLYgNOkXBo/G759wzinyQ2Zmp+Y+OAfBCmkVeHTaXHeUxxOw== From: Kyle Meyer To: Eric Wong Cc: meta@public-inbox.org Subject: Re: [PATCH 4/4] lei q: -tt marks direct hits as "flagged" In-Reply-To: <20210226041326.GA12319@dcvr> References: <20210225101106.12505-1-e@80x24.org> <20210225101106.12505-5-e@80x24.org> <87zgzrebx2.fsf@kyleam.com> <20210226041326.GA12319@dcvr> Date: Thu, 25 Feb 2021 23:38:04 -0500 Message-ID: <87v9afe95f.fsf@kyleam.com> MIME-Version: 1.0 Content-Type: text/plain X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com List-Id: Eric Wong writes: > Kyle Meyer wrote: >> Oy, I understand even less than I thought I did. How does the >> information about what the MUA unflags get back into the store? Is >> there an implicit additional step (`lei import ...')? > > lei will watch (via inotify/EVFILT_VNODE) mail stores it knows > about for flag updates. At least that's the plan... > > Also, when overwriting an existing output, I think it would be > wise to do an implicit import of any messages that aren't > already in lei/store or an external. That would save users > from accidentally trashing their data. Makes sense. Thanks for the details (especially if you're repeating yourself).