From 415d55a7b5f87dec2d5ecfe3cd109c0530e4cbd7 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Wed, 13 May 2026 13:43:24 +0100 Subject: feat(mail): add external-editor-revived for kernel-style patch review Adds the AUR package which deploys both the Thunderbird XPI (as a system extension under /usr/lib/thunderbird/extensions) and the native messaging host. After restart, TB picks up the extension automatically. Use case: review kernel-style patches received by email and reply with inline review comments without TB mangling tabs/spaces or auto-wrapping. The addon bypasses TB's compose editor entirely, so the existing format=flowed/wraplength=72/reply_on_top prefs don't apply to messages composed through it. A pointer comment in thunderbird/user.js explains the relationship. --- meta/mail.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta') diff --git a/meta/mail.txt b/meta/mail.txt index c32295d..1e65dca 100644 --- a/meta/mail.txt +++ b/meta/mail.txt @@ -4,3 +4,5 @@ thunderbird perl-authen-sasl perl-mime-tools perl-net-smtp-ssl +# Edit messages in nvim (kernel-style inline patch review without TB mangling) +external-editor-revived -- cgit v1.3.1