From 9fd6054ca1a99205d2abb6408ece747d2eddaae7 Mon Sep 17 00:00:00 2001 From: Daniel Xu Date: Fri, 16 Aug 2019 00:11:37 -0700 Subject: 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 --- doc/aerc-config.5.scd | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.3