mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 03:48:10 +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 &&
|
! $split &&
|
||||||
case "${cur}" in
|
case "${cur}" in
|
||||||
--*)
|
--*)
|
||||||
local options="--create-folder --folder="
|
local options="--create-folder --folder= --keep --no-hooks"
|
||||||
compopt -o nospace
|
compopt -o nospace
|
||||||
COMPREPLY=( $(compgen -W "$options" -- ${cur}) )
|
COMPREPLY=( $(compgen -W "$options" -- ${cur}) )
|
||||||
return
|
return
|
||||||
|
|
Loading…
Reference in a new issue