aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2022-11-09 20:38:59 +0100
committerRobin Jarry <robin@jarry.cc>2022-11-13 17:13:44 +0100
commit76002741072a61d1adcf97f708a3db9d544b27de (patch)
tree1d787b85f215340fbe5b47635df3ff6df3cb7312 /CHANGELOG.md
parent419d67fc6822651e9a0fa9a65698799fabc9ac87 (diff)
downloadaerc-76002741072a61d1adcf97f708a3db9d544b27de.tar.gz
filters: export more info to filter processes
Export some more environment variables to the pager commands. 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.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f0ad50d5..805d05f9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
`aerc.conf`.
- Style search results in the message list with `msglist_result.*`
- Preview messages with their attachments before sending with `:preview`
+- Filter commands now have `AERC_FORMAT`, `AERC_SUBJECT` and `AERC_FROM`
+ defined in their environment.`
### Fixed