diff options
author | Robin Jarry <robin@jarry.cc> | 2023-07-19 18:50:12 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-07-31 15:05:11 +0200 |
commit | 037ee1a6cfb35383f34b0fcc70dfc53f9463bd09 (patch) | |
tree | ec6898a7a4b6cd63b22cdb63ada947c2ced539be /CHANGELOG.md | |
parent | 02eeed0b489870e3b6f0668c62e2f98ac6bb1d31 (diff) | |
download | aerc-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.md | 1 |
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 |