diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-08-20 13:04:21 +0900 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-20 13:04:58 +0900 |
commit | 334ca89bea38132252d092ad6066af100768eff7 (patch) | |
tree | 15e6e21e7e8daedde24d6e7881f2b0bfb8c44273 /doc | |
parent | 1f5293931adf591fcbeaa9a272d717240da9213a (diff) | |
download | aerc-334ca89bea38132252d092ad6066af100768eff7.tar.gz |
folder filter: only assume regex if filter is ~fmt
Diffstat (limited to 'doc')
-rw-r--r-- | doc/aerc-config.5.scd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index 690b49a..f0b9b7a 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -226,7 +226,7 @@ Note that many of these configuration options are written for you, such as *folders* Specifies the comma separated list of folders to display in the sidebar. - Supports regex patterns. + Names prefixed with ~ are interpreted as regular expressions. Default: all folders |