From 11e5390fa0acbcc609ca177777548dd2d725afbc Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Wed, 27 Jul 2022 23:39:16 +0200 Subject: compose: implement embedded headers in editor Implement embedded header mode in the composer widget. To activate it, use set [compose].edit-headers=true in aerc.conf. Signed-off-by: Koni Marti Signed-off-by: Robin Jarry Tested-by: Bence Ferdinandy --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 967642ea..1b254b69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -19,6 +19,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - JMAP support. - Folder name mapping with `folder-map` in `accounts.conf`. - Add option `-d` to `:open` to automatically delete temporary files. +- Edit email headers directly in the text editor with `[compose].edit-headers` + in `aerc.conf`. ### Fixed -- cgit