[PATCH 1/2] completion: complete notmuch insert --keep and --no-hooks options
Jani Nikula
jani at nikula.org
Mon Nov 10 11:35:42 PST 2014
---
completion/notmuch-completion.bash | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash
index db152f358bc3..386437333742 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
--
2.1.1
More information about the notmuch
mailing list