diff options
author | inwit <inwit@sindominio.net> | 2022-01-31 17:32:19 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-01-31 17:51:57 +0100 |
commit | e0b5f2e08cd766258bdfd5eb392690768d2f5964 (patch) | |
tree | ea0abbcc5fa9358f215b1951f9b23b05a2794a67 /doc/aerc-config.5.scd | |
parent | 27122ef8e885f6824afd395c0c0b7b4f19f71b21 (diff) | |
download | aerc-e0b5f2e08cd766258bdfd5eb392690768d2f5964.tar.gz |
completions: add folder flexible search as an option
Provide an option to change the completion style when selecting a folder
from completing with folders starting with the input string to
completing with folders in which the input string is a substring present
at any point in the folder name.
References: https://lists.sr.ht/~sircmpwn/aerc/%3C20201129181020.186984-1-inwit%40sindominio.net%3E
References: https://lists.sr.ht/~sircmpwn/aerc/%3C20210223202536.199355-1-clayton%40craftyguy.net%3E
Signed-off-by: inwit <inwit@sindominio.net>
Diffstat (limited to 'doc/aerc-config.5.scd')
-rw-r--r-- | doc/aerc-config.5.scd | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/aerc-config.5.scd b/doc/aerc-config.5.scd index a5af0d21..ce53f9ba 100644 --- a/doc/aerc-config.5.scd +++ b/doc/aerc-config.5.scd @@ -222,6 +222,12 @@ These options are configured in the *[ui]* section of aerc.conf. Have a look at *aerc-stylesets*(7) as to how a styleset looks like. +*fuzzy-folder-complete* + When finding a folder with cf or move, for example, the popover will + how not only the folders /starting/ with the string input by the user, + but it will show coincidences of folders /containing/ the string in any + position of their name. This is case-independent. + *threading-enabled* Enable a threaded viewing of messages, works with IMAP (when there's server support) and NotMuch backends. |