From: Jani Nikula Date: Mon, 10 Nov 2014 19:35:42 +0000 (+0200) Subject: completion: complete notmuch insert --keep and --no-hooks options X-Git-Url: http://rtime.felk.cvut.cz/gitweb/notmuch.git/commitdiff_plain/516a1b37b6a5c1c8bf7b262250e14290513bb0ba completion: complete notmuch insert --keep and --no-hooks options --- diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index db152f35..38643733 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -196,7 +196,7 @@ _notmuch_insert() ! $split && case "${cur}" in --*) - local options="--create-folder --folder=" + local options="--create-folder --folder= --keep --no-hooks" compopt -o nospace COMPREPLY=( $(compgen -W "$options" -- ${cur}) ) return