From e1ae7b80cc49bf28d93943438ac4e68d22ee7ada Mon Sep 17 00:00:00 2001 From: Koni Marti Date: Thu, 28 Apr 2022 22:09:53 +0200 Subject: dirlist: add format specifier to compact folder name Add the format specifier %N to the dirlist-format to display compacted folder names. A folder such as INBOX/WORK/PROJECT will be compacted to I/W/PROJECT in the directoy list. Signed-off-by: Koni Marti Tested-by: Tim Culverhouse --- doc/aerc-config.5.scd | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc') diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 6f5c50a..314aa57 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -187,6 +187,8 @@ These options are configured in the *[ui]* section of aerc.conf. : literal % | %n : directory name +| %N +: compacted directory name | %r : recent/unseen/total message count | %>X -- cgit v1.2.3