From 89681ba1f2b9316de4d3305c37ef59f9c5f34793 Mon Sep 17 00:00:00 2001 From: Martin Lucina Date: Mon, 9 Jan 2023 17:28:19 +0100 Subject: style: add msglist_answered config option Add a style for messages that have been marked as answered, and a "msglist_answered" config option for it. Signed-off-by: Martin Lucina Acked-by: Robin Jarry --- doc/aerc-stylesets.7.scd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'doc/aerc-stylesets.7.scd') diff --git a/doc/aerc-stylesets.7.scd b/doc/aerc-stylesets.7.scd index 34bbf4af..2ccadd60 100644 --- a/doc/aerc-stylesets.7.scd +++ b/doc/aerc-stylesets.7.scd @@ -103,6 +103,8 @@ styling. : The messages with the marked flag. | *msglist_result* : The messages which match the current search. +| *msglist_answered* +: The messages marked as answered. | *dirlist_default* : The default style for directories in the directory list. | *dirlist_unread* @@ -183,6 +185,7 @@ The order that *msglist_\** styles are applied in is, from first to last: . *msglist_default* . *msglist_unread* . *msglist_read* +. *msglist_answered* . *msglist_flagged* . *msglist_deleted* . *msglist_marked* -- cgit