From 76002741072a61d1adcf97f708a3db9d544b27de Mon Sep 17 00:00:00 2001 From: Robin Jarry Date: Wed, 9 Nov 2022 20:38:59 +0100 Subject: filters: export more info to filter processes Export some more environment variables to the pager commands. Signed-off-by: Robin Jarry Acked-by: Koni Marti --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CHANGELOG.md') 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 -- cgit