From 618a500341d54ec5bec6d035a86b1307ff1dad0a Mon Sep 17 00:00:00 2001 From: Jeffas Date: Wed, 11 Sep 2019 17:37:21 +0100 Subject: Add display of unread messages in dirlist Add an onUpdateDirs handler. This is used to invalidate the dirlist and redraw with the correct number of recent/unread/total messages is shown. A config option and formatting options are provided. --- doc/aerc-config.5.scd | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 9257bde..d422e5d 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -125,6 +125,22 @@ These options are configured in the *[ui]* section of aerc.conf. Default: "," +*dirlist-format* + Describes the format string to use for the directory list + + Default: %n %>r + +[- *Format specifier* +:[ *Description* +| %% +: literal % +| %n +: directory name +| %r +: recent/unseen/total message count +| %>X +: make format specifier 'X' be right justified + ## VIEWER These options are configured in the *[viewer]* section of aerc.conf. -- cgit v1.2.3