diff options
Diffstat (limited to 'config/aerc.conf')
-rw-r--r-- | config/aerc.conf | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/aerc.conf b/config/aerc.conf index d8142197..0dfab7fc 100644 --- a/config/aerc.conf +++ b/config/aerc.conf @@ -241,6 +241,10 @@ # The minimum required characters to allow auto-completion to be triggered after # completion-delay. # +# Setting this to "manual" disables automatic completion, leaving only the +# manually triggered completion with the $complete key (see aerc-binds(5) for +# more details). +# # Default: 1 #completion-min-chars=1 |