diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-04-28 22:09:53 +0200 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-04-29 13:41:38 +0200 |
commit | e1ae7b80cc49bf28d93943438ac4e68d22ee7ada (patch) | |
tree | a0172d2931a5fe97aef72a13461c5a1adab810ee /doc/aerc-config.5.scd | |
parent | 8f976af17bdb049dab21bd4f7d24f352a54c9ba0 (diff) | |
download | aerc-e1ae7b80cc49bf28d93943438ac4e68d22ee7ada.tar.gz |
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 <koni.marti@gmail.com>
Tested-by: Tim Culverhouse <tim@timculverhouse.com>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 6f5c50a7..314aa572 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 |