X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=completion%2Fzsh%2F_notmuch;fp=completion%2Fzsh%2F_notmuch;h=0bdd7f772a7ae9be4f85a2b31bb1dc65d91a6864;hb=1129cf890ef812321ac8296a4ca964a796df0b87;hp=e207d90b72020f0a94fa46c72702a34a6a1ddc35;hpb=12aa05f07cb8aae736895c46fb25e0106daf207c;p=notmuch 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' }