aboutsummaryrefslogtreecommitdiffstats
path: root/doc/aerc-config.5.scd
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-03-07 00:29:20 +0100
committerRobin Jarry <robin@jarry.cc>2023-03-31 21:02:26 +0200
commitaec90650f63ff0195599dae817016db137964bcb (patch)
tree6510fb8b209819a71e3dcf3d21e48c7d382015b7 /doc/aerc-config.5.scd
parent2f46f64b0b0b93e99b4754a566c84a08d4563078 (diff)
downloadaerc-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 'doc/aerc-config.5.scd')
-rw-r--r--doc/aerc-config.5.scd10
1 files changed, 1 insertions, 9 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd
index faa79cad..54c7df7f 100644
--- a/doc/aerc-config.5.scd
+++ b/doc/aerc-config.5.scd
@@ -385,8 +385,7 @@ directories and message subjects. The specializations are added using
contextual config sections based on the context.
The contextual UI configuration is merged to the base UiConfig in the
-following order:
-*Base UIConfig > Account Context > Folder Context > Subject Context.*
+following order: *Base UIConfig > Account Context > Folder Context*.
*[ui:account=*_AccountName_*]*
Adds account specific configuration with the account name.
@@ -398,10 +397,6 @@ following order:
Add folder specific configuration for folders whose names match the regular
expression.
-*[ui:subject~*_Regex_*]*
- Add specialized ui configuration for messages that match a given regular
- expression.
-
Example:
```
[ui:account=Work]
@@ -412,9 +407,6 @@ index-format=...
[ui:folder~Archive/\d+/.*]
index-format=...
-
-[ui:subject~^\[PATCH]
-index-format=...
```
# STATUSLINE