diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-01-22 21:33:38 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-01-23 10:17:11 -0500 |
commit | 1934b6872e322ca3d7205b9a2f600832055e3e24 (patch) | |
tree | 52dbc45382edecb16652a9a6b3e887ca556b6181 | |
parent | c9228b90ceed55502cfcbf70d5c9332028860100 (diff) | |
download | piem-1934b6872e322ca3d7205b9a2f600832055e3e24.tar.gz |
manual: Discard stale note about -gnus limitation
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).
Message-Id: <20210123023338.12211-1-kyle@kyleam.com>
-rw-r--r-- | piem.texi | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -375,12 +375,6 @@ even if messages aren't available in 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}, |