aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorKoni Marti <koni.marti@gmail.com>2022-07-27 23:39:16 +0200
committerRobin Jarry <robin@jarry.cc>2023-07-17 10:24:10 +0200
commit11e5390fa0acbcc609ca177777548dd2d725afbc (patch)
treef5474f504bc8e36b2356740a5b9e581db6bb4a83 /CHANGELOG.md
parentcf061e1b0b536da1cc401c19af456ea373c47e6e (diff)
downloadaerc-11e5390fa0acbcc609ca177777548dd2d725afbc.tar.gz
aerc-11e5390fa0acbcc609ca177777548dd2d725afbc.zip
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 <koni.marti@gmail.com> Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
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