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.4 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_HI, 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 out0.migadu.com (out0.migadu.com [94.23.1.103]) (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 EA5D51F9FD for ; Fri, 26 Feb 2021 03:38:21 +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=1614310699; 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=JbMS9PYc6CzAYjb/2Krh2p6TAGLRe0wnaSo9QT6iznI=; b=SsUeiWxLE2cT0Ge9/fQr+MjGM6bRZKnvnnhujokuamHphIMzGezGP9STiZFAqH7EFfvDHy WiL9V5NBJMRcVne64QufUbSTMm8EbQLZ5TE7N7pFmHkI+o8XCa1+9lF71tR/F4vI5GOz7e GKFBxmzvuGhMDWSoJ7klXovemexdRzULAjEmdvysEPtTcGEiYvtlgDAjsW/u9f9ln3ETmn Wuogi1WPsIMAhznnCXoc39dg02V+zC71AP+0NdTfGEuv5S1BsycPguDxDc1nJhTaj/h7RC Fjd2bnMpWev0j5G1qP14HdH0pqdWe6/yhRnlHL4OMf9pnBbcVSBxSJV9hE1Sdg== 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: <20210225101106.12505-5-e@80x24.org> References: <20210225101106.12505-1-e@80x24.org> <20210225101106.12505-5-e@80x24.org> Date: Thu, 25 Feb 2021 22:38:17 -0500 Message-ID: <87zgzrebx2.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: > This can be used to quickly distinguish messages which were > direct hits when doing thread expansion vs messages that > were merely part of the same thread. Ah, that's very useful. > +Using this twice (C<-tt>) sets the C (AKA "important") > +on messages which were actual messages. This is useful to distinguish > +messages which were direct hits from messages which were merely part > +of the same thread. > + > +TODO: Warning: this flag may become persistent and saved in > +lei/store unless an MUA unflags it! (Behavior undecided) 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 ...')?