aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--meta/mail.txt2
-rw-r--r--thunderbird/user.js5
2 files changed, 6 insertions, 1 deletions
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
diff --git a/thunderbird/user.js b/thunderbird/user.js
index 4ec057a..d65e71d 100644
--- a/thunderbird/user.js
+++ b/thunderbird/user.js
@@ -18,7 +18,10 @@ user_pref("mail.inline_attachments", false);
user_pref("mail.mdn.report.enabled", false);
user_pref("mail.incorporate.return_receipt", 0);
-/** Compose — plain text, format=flowed wrap at 72 **/
+/** Compose — plain text, format=flowed wrap at 72.
+ ** For kernel-style patch review, use the External Editor Revived addon
+ ** (Ctrl-E in compose); it bypasses TB's editor so flowed/wrap/top-post
+ ** below don't apply to those messages. **/
user_pref("mail.identity.default.compose_html", false);
user_pref("mail.default_html_action", 2);
user_pref("mailnews.send_plaintext_flowed", true);