aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin Jarry <robin@jarry.cc>2023-09-05 23:55:05 +0200
committerRobin Jarry <robin@jarry.cc>2023-09-19 22:57:54 +0200
commit048f0242f6ab058ae8b4d4865f28c4c10bd54ac4 (patch)
treea4bd437238780b07cd284bf1d898c8fa7e36ae14
parente0a314592da11a629e3b787e9cd6a38c77d978a8 (diff)
downloadaerc-048f0242f6ab058ae8b4d4865f28c4c10bd54ac4.tar.gz
aerc-048f0242f6ab058ae8b4d4865f28c4c10bd54ac4.zip
docs: add msglist_thread_folded style object
This style object was not documented. Make it so. Fixes: 995dfc15a806 ("styles: add style for folded threads") Signed-off-by: Robin Jarry <robin@jarry.cc> Reviewed-by: Bence Ferdinandy <bence@ferdinandy.com>
-rw-r--r--doc/aerc-stylesets.7.scd3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd
index 1a505233..3ec5640c 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -113,6 +113,8 @@ styling.
: The message list gutter.
| *msglist_pill*
: The message list pill.
+| *msglist_thread_folded*
+: Visible messages that have folded thread children.
| *dirlist_default*
: The default style for directories in the directory list.
| *dirlist_unread*
@@ -281,6 +283,7 @@ The order that *msglist_\** styles are applied in is, from first to last:
. *msglist_flagged*
. *msglist_deleted*
. *msglist_result*
+. *msglist_thread_folded*
. *msglist_marked*
So, the marked style will override all other msglist styles.