aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2023-03-15 22:40:37 +0100
committerRobin Jarry <robin@jarry.cc>2023-04-01 01:01:09 +0200
commit2fef0f4a60c8026c156ad8d75078bccde6a540d8 (patch)
treecff6819cd0950294ee5e7c20b57582c23d628b4e /CHANGELOG.md
parent088d63ce934c34e113a5b3154dfcf91b49132067 (diff)
downloadaerc-2fef0f4a60c8026c156ad8d75078bccde6a540d8.tar.gz
config: replace triggers with hooks
Deprecate triggers and replace them with hooks. Now that aerc supports running arbitrary ex commands over IPC, it is possible to run internal aerc commands *and* shell commands via external shell scripts. Hooks only allow running shell commands. Hooks info is passed via environment variables. Implements: https://todo.sr.ht/~rjarry/aerc/136 Signed-off-by: Moritz Poldrack <git@moritz.sh> Signed-off-by: Robin Jarry <robin@jarry.cc> Tested-by: Bence Ferdinandy <bence@ferdinandy.com>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cf3c7067..4d5b15b2 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/).
`aerc.conf`.
- Allow basic shell globbing in `[openers]` MIME types.
- Dynamic `msglist_*` styling based on email header values in stylesets.
+- Add `mail-received` hook.
### Changed
@@ -38,11 +39,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
### Deprecated
- `[ui].index-format` setting has been replaced by `index-columns`.
-- `[triggers].new-email` now needs to use `aerc-templates(7)` syntax instead
- of the (now deprecated) `index-format` placeholders.
- `[statusline].render-format` has been replaced by `status-columns`.
- Removed support for go < 1.17.
- Removed support for `[ui:subject...]` contextual sections in `aerc.conf`.
+- `[triggers]` setting has been replaced by `[hooks]`.
## [0.14.0](https://git.sr.ht/~rjarry/aerc/refs/0.14.0) - 2023-01-04