aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-07-19 18:50:12 +0200
committerRobin Jarry <robin@jarry.cc>2023-07-31 15:05:11 +0200
commit037ee1a6cfb35383f34b0fcc70dfc53f9463bd09 (patch)
treeec6898a7a4b6cd63b22cdb63ada947c2ced539be /CHANGELOG.md
parent02eeed0b489870e3b6f0668c62e2f98ac6bb1d31 (diff)
downloadaerc-037ee1a6cfb35383f34b0fcc70dfc53f9463bd09.tar.gz
compose: allow removing headers
Allow removing headers from the compose window when edit-headers=false (the default) with :header -d <name>. Signed-off-by: Robin Jarry <robin@jarry.cc> Acked-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2d5f4ed9..0af1cb45 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -22,6 +22,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- Edit email headers directly in the text editor with `[compose].edit-headers`
in `aerc.conf` or with the `-e` flag for all compose related commands (e.g.
`:compose`, `:forward`, `:recall`, etc.).
+- Remove headers from the compose window with `:header -d <name>`.
### Fixed