diff options
author | Martin Lucina <martin@lucina.net> | 2023-01-09 17:28:19 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2023-01-10 21:37:40 +0100 |
commit | 89681ba1f2b9316de4d3305c37ef59f9c5f34793 (patch) | |
tree | 3a67c76ac9a36d5b77b8f8c0a553f7dd300fefe8 /doc/aerc-stylesets.7.scd | |
parent | 6de51bad583b9ca194953d9d24e1a683c737a4b4 (diff) | |
download | aerc-89681ba1f2b9316de4d3305c37ef59f9c5f34793.tar.gz |
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 <martin@lucina.net>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to 'doc/aerc-stylesets.7.scd')
-rw-r--r-- | doc/aerc-stylesets.7.scd | 3 |
1 files changed, 3 insertions, 0 deletions
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* |