aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorBence Ferdinandy <bence@ferdinandy.com>2022-12-15 10:19:21 +0100
committerRobin Jarry <robin@jarry.cc>2022-12-15 20:31:55 +0100
commitc381bbd4110031df32a5bbc3e3de8c5dc677a6e4 (patch)
tree0080949189d0eaafdd38bfbbbd9ba2450ca0feb3 /CHANGELOG.md
parent85bfa54baaca7530786c59c29a4acaac2698f656 (diff)
downloadaerc-c381bbd4110031df32a5bbc3e3de8c5dc677a6e4.tar.gz
reply: refactor close-on-reply setting to -c flag
Previously close-on-reply was implemented as a setting, making it unflexible. Refactor so it is a flag to reply `:reply -c`. Signed-off-by: Bence Ferdinandy <bence@ferdinandy.com> Acked-by: Robin Jarry <robin@jarry.cc>
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 b4b1362f..7d505bcf 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- built-in `wrap` filter that does not mess up nested quotes and lists.
- Write `multipart/alternative` messages with `:multipart` and commands defined
in the new `[multipart-converters]` section in `aerc.conf`.
+- Close the message viewer before opening the composer with `:reply -c`.
### Changed