X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=completion%2Fzsh%2F_notmuch;fp=completion%2Fzsh%2F_notmuch;h=0bdd7f772a7ae9be4f85a2b31bb1dc65d91a6864;hp=e207d90b72020f0a94fa46c72702a34a6a1ddc35;hb=793f2980910f612fa33806ef71fa7ee35d093657;hpb=b6565c1c54e35563843e7ddece601680170bb84a diff --git a/completion/zsh/_notmuch b/completion/zsh/_notmuch index e207d90b..0bdd7f77 100644 --- a/completion/zsh/_notmuch +++ b/completion/zsh/_notmuch @@ -245,6 +245,8 @@ _notmuch_show() { '--exclude=[respect excluded tags setting]:exclude tags:(true false)' \ '--body=[output body]:output body content:(true false)' \ '--include-html[include text/html parts in the output]' \ + '--limit=[limit the number of displayed results]:limit: ' \ + '--offset=[skip displaying the first N results]:offset: ' \ '*::search term:_notmuch_search_term' }