From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: X-Spam-Status: No, score=-4.2 required=3.0 tests=ALL_TRUSTED,AWL,BAYES_00, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF, T_SCC_BODY_TEXT_LINE shortcircuit=no autolearn=ham autolearn_force=no version=3.4.6 Received: from localhost (dcvr.yhbt.net [127.0.0.1]) by dcvr.yhbt.net (Postfix) with ESMTP id D7F7C1F405; Fri, 9 Feb 2024 17:35:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=80x24.org; s=selector1; t=1707500101; bh=1R3kiBr5oDgIJluDF2xZ3Qgx32MzithVUfUeIkVGCnw=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=t869WoAmT2RjFn+wTYVP0WHVr3crHhZrmrUvYIBSz3+cMo0fSEXg0U6gwx8IJ1pCE 8U0w03nBRdbJAjIndUB8PNfG+F5Xgjynz9Uk7EVVJavDRMnH7jpr+BMSMcET2T8pX6 kGB9Z3E9HKDRdoCWjAnGVg391iHCp68I4bKXxoS8= Date: Fri, 9 Feb 2024 17:35:01 +0000 From: Eric Wong To: Pratyush Yadav Cc: meta@public-inbox.org Subject: Re: lei up can't fetch new thread messages when searching by mid Message-ID: <20240209173501.M806880@dcvr> References: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: List-Id: Pratyush Yadav wrote: yeah, known problem, whole thread from last year... https://public-inbox.org/meta/20230330112951.M493025@dcvr/T/ > Is there a way to properly subscribe to an email thread? I suppose I can > do query the subject instead but that can also run into some corner > cases like multiple threads with the same subject, or if someone changes > the subject when replying to the thread. The infrastructure exists for it, but hasn't been wired into lei, yet: https://public-inbox.org/meta/20230330112951.M493025@dcvr/ I also don't know if lore is running it, yet, but the 80x24.org/lore mirror is still alive... And I've still yet to make a release. Hopefully coming soon, can't wrap my head around coderepo <=> inbox mapping parts and also dealing with extreme anxiety around making releases :<