diff options
author | Martin Lucina <martin@lucina.net> | 2023-01-09 17:28:19 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-10 21:37:40 +0100 |
commit | 89681ba1f2b9316de4d3305c37ef59f9c5f34793 (patch) | |
tree | 3a67c76ac9a36d5b77b8f8c0a553f7dd300fefe8 /CHANGELOG.md | |
parent | 6de51bad583b9ca194953d9d24e1a683c737a4b4 (diff) | |
download | aerc-89681ba1f2b9316de4d3305c37ef59f9c5f34793.tar.gz |
style: add msglist_answered config option
Add a style for messages that have been marked as answered, and a
"msglist_answered" config option for it.
Signed-off-by: Martin Lucina <martin@lucina.net>
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 22e3032f..9d8db972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Added - New column-based message list format with `index-columns`. +- Add a `msglist_answered` style for answered messages. ### Deprecated |