diff options
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 10 |
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 |