diff options
author | Daniel Xu <dxu@dxuuu.xyz> | 2019-08-16 00:11:37 -0700 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-19 15:22:59 +0900 |
commit | 9fd6054ca1a99205d2abb6408ece747d2eddaae7 (patch) | |
tree | 00e9e394ddd7d486797aefef065b450692b7cbec /doc | |
parent | b47143ccc7fdb54e62d8536414a5cf38852eae40 (diff) | |
download | aerc-9fd6054ca1a99205d2abb6408ece747d2eddaae7.tar.gz |
Support regex filters for folders
It's nice to be able to filter the folders displayed in the side bar. Basic string matching can get verbose with enough folders whitelisted. Signed-off-by: Daniel Xu <dxu@dxuuu.xyz>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 995fe75..690b49a 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -225,7 +225,8 @@ Note that many of these configuration options are written for you, such as Default: INBOX *folders* - Specifies the list of folders to display in the sidebar. + Specifies the comma separated list of folders to display in the sidebar. + Supports regex patterns. Default: all folders |