X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;h=d88c5e7d965e96b191040fd982b71d170a8b7f71;hp=59f1a3ea643123ccb2ef7fe2034dac28ae8f3dc2;hb=b6238f7e510b26e49d7ba91c687ca22e2f07882d;hpb=d5822224da58b93f1c3851a149c2f787acd9c401 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 59f1a3ea..d88c5e7d 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -78,7 +78,7 @@ _notmuch_compact() $split && case "${prev}" in --backup) - _filedir + _filedir -d return ;; esac @@ -107,7 +107,7 @@ _notmuch_config() ;; # these will also complete on config get, but we don't care database.path) - _filedir + _filedir -d ;; maildir.synchronize_flags) COMPREPLY=( $(compgen -W "true false" -- ${cur}) )