diff options
author | Tim Culverhouse <tim@timculverhouse.com> | 2022-10-26 11:05:23 -0500 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-11-06 23:18:06 +0100 |
commit | 1f682fc610de1beb57c68b92fe98bf057483773c (patch) | |
tree | c5371883c50ffe2e9b8b7c505a288e54f4e03bdf /CHANGELOG.md | |
parent | 59510c41c839004f037a20464f368c445a7a91d1 (diff) | |
download | aerc-1f682fc610de1beb57c68b92fe98bf057483773c.tar.gz |
msglist: style search results
Add option to style search results in the message list. Set default
style for results.
Signed-off-by: Tim Culverhouse <tim@timculverhouse.com>
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 8dc2b31b..43aa30c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). `aerc.conf`. - Display threads from bottom to top with `reverse-thread-order=true` in `aerc.conf`. +- Style search results in the message list with `msglist_result.*` ### Fixed |