diff options
Diffstat (limited to 'home/xyz')
-rw-r--r-- | home/xyz/.config/neomutt/neomuttrc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/home/xyz/.config/neomutt/neomuttrc b/home/xyz/.config/neomutt/neomuttrc index 2d04d1da..5f4996ac 100644 --- a/home/xyz/.config/neomutt/neomuttrc +++ b/home/xyz/.config/neomutt/neomuttrc @@ -109,7 +109,11 @@ set delete=yes # no prompt for moving emails set confirm_append=no -set query_command="abook --mutt-query '%s'" +# man neomuttrc, query_command: "NeoMutt will add quotes around the string +# substituted for "%s" automatically according to shell quoting rules, so you +# should avoid adding your own. If no "%s" is found in the string, NeoMutt will +# append the user's query to the end of the string." +set query_command="abook --mutt-query" # https://neomutt.org/guide/advancedusage#8-%C2%A0external-address-queries # completion when ask for address input # default ^T |