diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-09-21 00:58:01 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-09-21 23:27:51 -0400 |
commit | cbcc204a0a6be3632015c1ebc915df177fe9612d (patch) | |
tree | 14bb4c6a8193418e3bfb40364e172edaf0d6963f | |
parent | e1201395d3aaecc00f15d5b354da72ff0ce4ce7e (diff) | |
download | piem-cbcc204a0a6be3632015c1ebc915df177fe9612d.tar.gz |
manual: Add section on applying patches without public-inbox
Message-Id: <20200921045801.24501-1-kyle@kyleam.com>
-rw-r--r-- | piem.texi | 24 |
1 files changed, 23 insertions, 1 deletions
@@ -1,6 +1,6 @@ \input texinfo @c -*-texinfo-*- -@set VERSION 0.1.0 +@set VERSION 0.2.0 (unreleased) @setfilename piem.info @documentencoding UTF-8 @@ -336,6 +336,28 @@ than identifying the thread based on the specified message ID. @end table +@node Applying patches without a public-inbox archive +@section Applying patches without a public-inbox archive + +Much of the functionality described in the previous sections can work +even if messages aren't available in a public-inbox archive. +@code{piem-am} and @code{piem-b4-am-from-mid} try to generate the +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}, +a nice set of Debian-focused tools by Sean Whitton that provides, among +other things, functionality for applying patch series, including +b4-inspired patch extraction. + @node Injecting messages into a Maildir directory @chapter Injecting messages into a Maildir directory |