aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMaarten Aertsen <maarten@nlnetlabs.nl>2024-02-27 22:43:42 +0100
committerRobin Jarry <robin@jarry.cc>2024-02-28 23:58:09 +0100
commit8ba852ea7a3a20634f6866c32231a7e1409077cf (patch)
tree2aa15b0a891924df70904e5b2c9081829a639c58
parent66bbc5303578b70e7dd3ef095b3bf43273181f87 (diff)
downloadaerc-8ba852ea7a3a20634f6866c32231a7e1409077cf.tar.gz
aerc-stylesets: document msglist_thread_context
Document the msglist_thread_context styleset object that allows styling the additional messages displayed when using the show-thread-context option. Fixes: 4ec1e1a5e4c7 ("ui: enable showing of thread-context") Signed-off-by: Maarten Aertsen <maarten@nlnetlabs.nl> Acked-by: Robin Jarry <robin@jarry.cc>
-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 d874dd44..bfe9dc05 100644
--- a/doc/aerc-stylesets.7.scd
+++ b/doc/aerc-stylesets.7.scd
@@ -115,6 +115,8 @@ styling.
: The message list pill.
| *msglist_thread_folded*
: Visible messages that have folded thread children.
+| *msglist_thread_context*
+: The messages not matching the mailbox / query, displayed for context.
| *dirlist_default*
: The default style for directories in the directory list.
| *dirlist_unread*
@@ -284,6 +286,7 @@ The order that *msglist_\** styles are applied in is, from first to last:
. *msglist_deleted*
. *msglist_result*
. *msglist_thread_folded*
+. *msglist_thread_context*
. *msglist_marked*
So, the marked style will override all other msglist styles.