TL;DR
A new Thunderbird add-on allows users to review patch emails efficiently. By clicking 'Review', users can comment on specific code changes and send feedback directly to mailing lists.
✦ Why It Matters
Developers can install this add-on today to streamline their patch review process in Thunderbird.
Key Takeaways
How It Works
The add-on integrates with Thunderbird to allow users to open patch emails, review code changes, and send comments directly from the email interface. It utilizes the 'git-am' command to apply patches to local repositories, streamlining the workflow for developers.
⚠ The Catch
Currently, the add-on does not support reviewing patches that arrive as attachments or in HTML-only format, limiting its usability in certain scenarios.
Related