diff options
author | Robin Jarry <robin@jarry.cc> | 2023-03-07 00:29:20 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-03-31 21:02:26 +0200 |
commit | aec90650f63ff0195599dae817016db137964bcb (patch) | |
tree | 6510fb8b209819a71e3dcf3d21e48c7d382015b7 /CHANGELOG.md | |
parent | 2f46f64b0b0b93e99b4754a566c84a08d4563078 (diff) | |
download | aerc-aec90650f63ff0195599dae817016db137964bcb.tar.gz |
config: remove subject contextual ui sections
We have been wanting to remove this for a while now. The only use case
is styleset and changing the whole styleset based on an email subject
does not make much sense. The same feature can be achieve with dynamic
msglist* styles based on any email header value in the stylesets now.
Signed-off-by: Robin Jarry <robin@jarry.cc>
Tested-by: Bence Ferdinandy <bence@ferdinandy.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 f126d485..cf3c7067 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). of the (now deprecated) `index-format` placeholders. - `[statusline].render-format` has been replaced by `status-columns`. - Removed support for go < 1.17. +- Removed support for `[ui:subject...]` contextual sections in `aerc.conf`. ## [0.14.0](https://git.sr.ht/~rjarry/aerc/refs/0.14.0) - 2023-01-04 |