diff options
author | Aivars Vaivods <aivars@vaivods.lv> | 2023-02-01 16:13:54 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-02-20 14:48:42 +0100 |
commit | 420a82a356d53e4b600ba54768f7ed21a43cf85e (patch) | |
tree | 86b7ddc08cc0663b167cb678b264995c9e4239de /CHANGELOG.md | |
parent | 70f99085d73b3bfc9b3338c52e6df7bebc7651c7 (diff) | |
download | aerc-420a82a356d53e4b600ba54768f7ed21a43cf85e.tar.gz |
commands: expand template placeholders
Interpret go template constructs in all aerc command arguments based on
the currently selected account, folder and message (if any).
Signed-off-by: Aivars Vaivods <aivars@vaivods.lv>
Signed-off-by: Robin Jarry <robin@jarry.cc>
Reviewed-by: Tim Culverhouse <tim@timculverhouse.com>
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 ccd714bd..67d0d264 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/). the `[viewer]` section. - 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. ### Deprecated |