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-ASN: 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 99E2B1F8C6; Thu, 9 Sep 2021 20:06:28 +0000 (UTC) Date: Thu, 9 Sep 2021 20:06:28 +0000 From: Eric Wong To: Konstantin Ryabitsev Cc: meta@public-inbox.org Subject: Re: Tracking one-off threads with lei Message-ID: <20210909200628.GA29521@dcvr> References: <20210909151919.g24mwd5s54tehxur@meerkat.local> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210909151919.g24mwd5s54tehxur@meerkat.local> List-Id: Konstantin Ryabitsev wrote: > Eric: > > Is there a way to "tag" a single thread that isn't matching a saved search and > have it be followed for any new updates? E.g. someone pings a developer on IRC > and says "you may be interested in following this discussion" -- what's the > best course of action for them to pull that into their MFOLDER and get all the > new updates? -t includes every message in the thread strictly (same with mairix): lei q -t -o $MFOLDER mid:$MSGID For a fuzzy subject match (like /t/ and /T/ in WWW), add ` OR s:"..." ' lei q -t -o $MFOLDER mid:$MSGID OR s:"subject phrase" And the usual: lei up $MFOLDER