X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;h=fb093de89001e43baa92d47748b456d7acbca495;hp=948c153be4b3eeb56db38cdb9420a8f6c025add0;hb=94dc81a91b2f300d1c583cc10956869d29c645a8;hpb=040c3236afcf95bead0324a48c2e0b9cd7934993 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 948c153b..fb093de8 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -607,7 +607,7 @@ _notmuch() esac elif [ "${arg}" = "help" ]; then # handle help command specially due to _notmuch_commands usage - local help_topics="$_notmuch_commands hooks search-terms" + local help_topics="$_notmuch_commands hooks search-terms properties" COMPREPLY=( $(compgen -W "${help_topics}" -- ${cur}) ) else # complete using _notmuch_subcommand if one exist