thunderbird-patch-review
Simple email patch review tool for Thunderbird
git clone git://mccd.space/thunderbird-patch-reviewcommit a2c3b5f713124ed8149424f17b8727b9f45cff45
parent 245e95c3637f7f795bb425a46fda772399658a33
Author: Marc <marc@coquand.email>
Date: Sun, 19 Jul 2026 17:59:31 +0200
README
Diffstat:
1 file changed, 1 insertion(+), 25 deletions(-)
diff --git a/README.html b/README.html
@@ -36,34 +36,10 @@
<dd><p>Package the extension source code as an .xpi and install it via
the Add-ons Manager gear menu (Install Add-on From File...). To
package it, run the following from the project root:</p>
- <pre><code>(cd extension && zip -qrX ../patch-review.xpi .)</code></pre>
+ <pre><code>(cd extension && zip -qrX ../patch-review.xpi .)</code></pre>
<p>At some point I will upload the add-on to Thunderbird.</p></dd>
- <dt>Configuration</dt>
- <dd>Open the extension's preferences:</dd>
- <dl>
- <dt>Editor command</dt>
- <dd><p>Run from the repository after a successful apply, with the
- changed files as arguments. Use a non-blocking GUI-capable command
- such as <code>code -n</code> or <code>emacsclient -n</code>; a bare
- terminal editor has no terminal to open in. Empty means
- <code>$EDITOR</code>.</p></dd>
-
- <dt>Apply strategy</dt>
- <dd><p><code>git am --3way</code> (default) or plain
- <code>git am</code>.</p></dd>
-
- <dt>Repository mappings</dt>
- <dd><p>Substring matches against a patch's List-Id header or
- sender, mapped to an absolute repository path. When no mapping
- matches, the last path a series was applied to is used; it is
- remembered until changed.</p></dd>
- </dl>
- <p>Repository paths can be chosen with the Browse button, which opens
- Thunderbird's native directory chooser; the path field stays editable
- either way.</p>
-
<dt>Sourcehut integration</dt>
<dd>When the series arrives via a sourcehut mailing list, an option
to set the patch state header will appear when sending the review. It uses <a href="https://man.sr.ht/lists.sr.ht/#email-controls">Sourcehut's email controls</a>.</dd>