diff options
author | Moritz Poldrack <git@moritz.sh> | 2023-03-04 10:56:48 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-03-07 00:13:18 +0100 |
commit | a0318de57f4884e6df76cbe74acf6221fccaace3 (patch) | |
tree | db38596f26effccb6fd87f523bec55ad76ba52d1 /CHANGELOG.md | |
parent | d3dea73aa53791a94f86c31689a10880fabeb84c (diff) | |
download | aerc-a0318de57f4884e6df76cbe74acf6221fccaace3.tar.gz |
ipc: stay silent if command succeeded
It would be nicer if aerc behaved the same way most other tools behave
in that no news is good news.
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
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 b81765bf..cc229447 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - The standard Usenet signature delimiter `"-- "` is now prepended to `signature-file` and `signature-cmd` if not already present. - All `aerc(1)` commands now interpret `aerc-templates(7)` markup. +- running commands (like mailto: or mbox:) no longer prints a success message ### Deprecated |