thunderbird-patch-review

Simple email patch review tool for Thunderbird

git clone git://mccd.space/thunderbird-patch-review
commit 1bc8a172a309d5c56ac37535c7ef55366bf3725a
parent ec578bb2ffd0b56819baa218447e47a0575922b2
Author: Marc <marc@coquand.email>
Date:   Sun, 19 Jul 2026 11:54:19 +0200

README

Diffstat:
MREADME.html | 37+++++++++++++++++++++++++++++++++++--
1 file changed, 35 insertions(+), 2 deletions(-)
diff --git a/README.html b/README.html
@@ -5,6 +5,40 @@
   <p>A Thunderbird MailExtension. Open a patch email, press Review,
   comment on hunks, send the review as a mailing-list reply, and apply
   the series to a local repository with git-am(1).</p>
+
+  <h2>Screenshots</h2>
+  <figure>
+    <figcaption>Fig: Patch button included in plugin</figcaption>
+    <img style="max-width: 100%" src="/assets/patch-button.png" />
+  </figure>
+
+  <figure>
+    <figcaption>Fig: Patch button included in plugin</figcaption>
+    <img style="max-width: 100%" src="/assets/thunderbird-patch-overview.png" />
+  </figure>
+  
+  <figure>
+    <figcaption>Fig: Patch overview</figcaption>
+    <img style="max-width: 100%" src="/assets/thunderbird-patch-overview.png"/>
+  </figure>
+  
+  <figure>
+    <figcaption>Fig: Sourcehut integration.</figcaption>
+    <img style="max-width: 100%" src="/assets/srht-integration-thunderbird.png"/>
+  </figure>
+
+  
+  <figure>
+    <figcaption>Fig: Apply patches from the UI.</figcaption>
+    <img style="max-width: 100%" src="/assets/thunderbird-patch-success.png"/>
+  </figure>
+
+  <figure>
+    <figcaption>Fig: Catch errors and send feedback.</figcaption>
+    <img style="max-width: 100%" src="/assets/thunderbird-patch-fail.png"/>
+  </figure>
+
+  
   <h2>Description</h2>
   
   <p>patch-review brings a review interface to git-by-email workflows
@@ -168,4 +202,4 @@
   <h2>Author</h2>
   <p>Marc Coquand &lt;marc@coquand.email&gt;<br>
   patch-review 0.1.0 -- July 2026</p>
-</main>
-\ No newline at end of file
+</main>