From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms12 with LMTPS id AFUjHgqLC2AUXgAAsNZ9tg (envelope-from ); Sat, 23 Jan 2021 02:33:46 +0000 Received: from out1.migadu.com ([2001:41d0:2:863f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id AF4UAQmLC2CxeAAAB5/wlQ (envelope-from ); Sat, 23 Jan 2021 02:33:45 +0000 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=1611369224; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=LckgVxKkOZI4ncYCZifzwGjWLaxungmda+sSp6GL5OU=; b=IbW4ciBk9FpQPW8AN+402TrCjg+EbVeyODeNY74PX3CeuUvJ77EOwDfc/Mx73FVrbfHeDD AjnxgBMKAcr7o5rieo2wftYW57GXibIzmMg+z0+Zfp8qQDW5Q+wTxVXZ2Si72VUoehtcfn Qq66bvIipaa0Nakc/UCcs/ktzR6/L9DH1WFwY5PU/tfe05DNVEsWkT/SF3sA7qIlRFR3pu HXDJj4TbPZK6aGPkYDsQtzL03Udq81JzR6XwPEWer49vEg1waoobZU8uFTbYFZxWa8tX91 JW7PIvTLKX24UkMxAhzYTzg8JLoSw3SX9VCH44fOQw+0LYwNOHz+2UpNB5ZIdA== From: Kyle Meyer To: piem@inbox.kyleam.com Subject: [PATCH] manual: Discard stale note about -gnus limitation Date: Fri, 22 Jan 2021 21:33:38 -0500 Message-Id: <20210123023338.12211-1-kyle@kyleam.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: kyle@kyleam.com X-TUID: JixUSUqPU7Rp Xinglu Chen taught piem-gnus how to generate an am-ready mbox for an entire thread in c9228b9 (gnus: Add piem-gnus-mid-to-thread, 2021-01-20). --- piem.texi | 6 ------ 1 file changed, 6 deletions(-) diff --git a/piem.texi b/piem.texi index 623a5c5..400bd06 100644 --- a/piem.texi +++ b/piem.texi @@ -375,12 +375,6 @@ Applying patches without a public-inbox archive am-ready mbox from a local source (e.g., via Notmuch or Gnus) before falling back to downloading the thread from a public-inbox archive. -Note, however, that the @code{piem-notmuch} integration library is -currently the only library that can generate an entire @emph{thread} -from a given message ID. As a result, if you're not a Notmuch user and -are working with a project that doesn't have a public-inbox archive, -you're unlikely to find the @code{piem-b4-am-from-mid} command useful. - @cindex mailscripts Also, for those not working with public-inbox archives, it's worth checking out @url{https://git.spwhitton.name/mailscripts/,mailscripts}, base-commit: c9228b90ceed55502cfcbf70d5c9332028860100 -- 2.29.2