From 36f6e0b30f44120369f5effaba608753778be907 Mon Sep 17 00:00:00 2001 From: Marty Oehme Date: Tue, 30 Sep 2025 14:00:19 +0200 Subject: [PATCH] aerc: Split edit in compose view to edit headers by default --- office/.config/aerc/binds.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/office/.config/aerc/binds.conf b/office/.config/aerc/binds.conf index 1a2d6a4..4e348c4 100644 --- a/office/.config/aerc/binds.conf +++ b/office/.config/aerc/binds.conf @@ -209,7 +209,8 @@ x = :encrypt # Toggle encryption to all recipients v = :preview # Preview message p = :postpone # Postpone q = :choose -o d discard abort -o p postpone postpone # Abort or postpone -e = :edit # Edit (body and headers) +e = :edit -e # Edit, headers in-message +E = :edit -E # Edit, body and headers separate a = :attach -m # Add attachment d = :detach # Remove attachment