From 9af93d72284d22b24e27080e38231f32c2e45f54 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Sat, 1 Dec 2018 02:44:17 +1300 Subject: Restore correct completion function for mutt(1) This was mistakenly changed to _text_filenames in 65e47bf. --- bash/bash_completion.d/mutt.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bash') diff --git a/bash/bash_completion.d/mutt.bash b/bash/bash_completion.d/mutt.bash index 5fb13339..002eb48e 100644 --- a/bash/bash_completion.d/mutt.bash +++ b/bash/bash_completion.d/mutt.bash @@ -1,5 +1,5 @@ # Completion for mutt(1) with abook(1) email addresses -if ! declare -F _text_filenames >/dev/null ; then - source "$HOME"/.bash_completion.d/_text_filenames.bash +if ! declare -F _abook_addresses >/dev/null ; then + source "$HOME"/.bash_completion.d/_abook_addresses.bash fi complete -F _abook_addresses -o bashdefault -o default mutt -- cgit v1.2.3