mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-23 19:38:07 +01:00
completion: complete notmuch insert --keep and --no-hooks options
This commit is contained in:
parent
7b31f54ed9
commit
516a1b37b6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue