aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-05-26 10:22:47 +0200
committerRobin Jarry <robin@jarry.cc>2023-06-01 22:19:19 +0200
commit5f5514d8742c803e5c0b701e3d6c053624687f70 (patch)
tree06ae86f50cb4f571c964de1b7b2695ca7192a97e /CHANGELOG.md
parent11ccc471bb91e19334fa266f9837f9bb09a1e34d (diff)
downloadaerc-5f5514d8742c803e5c0b701e3d6c053624687f70.tar.gz
compose: quit composing when editor returns error
When the editor crashes, or the user forces it to exit with an error code, it is safe to assume that they can't (if the command failed) or don't want to (if :cq'd) continue composing a meaningful message. Suggested-by: tristan957 Signed-off-by: Moritz Poldrack <git@moritz.sh> Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5eed2aef..c321b001 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -18,6 +18,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
- `:archive` now works on servers using a different delimiter
+### Changed
+
+- Composing an email is now aborted if the text editor exits with an error
+ (e.g. with `vim`, abort an email with `:cq`).
+
## [0.15.2](https://git.sr.ht/~rjarry/aerc/refs/0.15.2) - 2023-05-11
### Fixed