diff options
author | Reto Brunner <reto@labrat.space> | 2019-06-12 08:31:52 +0200 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-06-14 10:42:26 -0400 |
commit | 99c363b7249d52d484b736ef24dbc5bff70b86ae (patch) | |
tree | 51b3098091933e255e954fcc13bb25b1dbbfd378 /doc | |
parent | 626f91c4832c097b7036d5063b2f0491397a9c70 (diff) | |
download | aerc-99c363b7249d52d484b736ef24dbc5bff70b86ae.tar.gz |
Set empty message in dirlist if no folder exist.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index caf971d..31e8806 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -49,6 +49,11 @@ These options are configured in the *[ui]* section of aerc.conf. Default: (no messages) +*empty-dirlist* + Message to display when no folders exists or are all filtered. + + Default: (no folders) + ## VIEWER These options are configured in the *[viewer]* section of aerc.conf. |