diff options
author | Jeffas <dev@jeffas.io> | 2019-09-11 17:37:21 +0100 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-09-11 12:37:43 -0400 |
commit | 618a500341d54ec5bec6d035a86b1307ff1dad0a (patch) | |
tree | 090fdff220eeb29e4bee7347a16d9e5ff7fbd0b9 /config/aerc.conf.in | |
parent | 572d9ff72883264fbffe35e998b9a6193f20137a (diff) |
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.
Diffstat (limited to 'config/aerc.conf.in')
-rw-r--r-- | config/aerc.conf.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/config/aerc.conf.in b/config/aerc.conf.in index 4d0f9fd..c50b7b9 100644 --- a/config/aerc.conf.in +++ b/config/aerc.conf.in @@ -43,6 +43,11 @@ mouse-enabled=false # Default: yes new-message-bell=true +# Describes the format string to use for the directory list +# +# Default: %n %>r +dirlist-format=%n %>r + [viewer] # # Specifies the pager to use when displaying emails. Note that some filters |