Email Patch Review Tool for Thunderbird

WhyNotHugo1 pts0 comments

Email Patch Review Tool for Thunderbird

Email Patch Review Tool for Thunderbird

At &dollar;WORK, I have been slowly introducing my team to<br>the git email workflow. Sending is working great, it was a bit<br>painful to set up, but it is a lot less confusing then having<br>to create a fork, branch out, etc.

However reviewing patches is a different story. The existing<br>tooling is very much built for those who live in terminals (or<br>Emacs). I wanted a tool that I could introduce to my teammates<br>that would make it easy for them to get started with git<br>patches. So I tasked an AI to create a plugin for Thunderbird.<br>It introduces a patch button the user can click on.

Fig: Patch button included in plugin

Clicking it, users will find a familiar review interface.

Fig: Patch overview

It also has Sourcehut integration, so if it detects that the<br>email is part of a Sourcehut mailing list, you can optionally<br>also set the status of the patch.

Fig: Sourcehut use detected.

I really think the issue with the email workflow is not so much the workflow itself but rather the tooling around it.

Fig: Add comments inline within the code.

The source code is published for free. I've yet to publish the plugin in the addon manager, but for now it is quite straight forward to install it from source. There is a README with instructions.

Reply

patch email review tool thunderbird workflow

Related Articles