X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fnotmuch-completion.bash;fp=completion%2Fnotmuch-completion.bash;h=3748846edf8392ef80403bf352e0dd9318a80854;hp=0022b54bff5df41765aecdd640484a6dd53b5e5f;hb=793f2980910f612fa33806ef71fa7ee35d093657;hpb=b6565c1c54e35563843e7ddece601680170bb84a diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash index 0022b54b..3748846e 100644 --- a/completion/notmuch-completion.bash +++ b/completion/notmuch-completion.bash @@ -530,7 +530,7 @@ _notmuch_show() ! $split && case "${cur}" in -*) - local options="--entire-thread= --format= --exclude= --body= --format-version= --part= --verify --decrypt= --include-html ${_notmuch_shared_options}" + local options="--entire-thread= --format= --exclude= --body= --format-version= --part= --verify --decrypt= --include-html --limit= --offset= ${_notmuch_shared_options}" compopt -o nospace COMPREPLY=( $(compgen -W "$options" -- ${cur}) ) ;;