X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;fp=notmuch-client.h;h=1a87240d3c21de8e51736ede9b408cdd36e23652;hb=1129cf890ef812321ac8296a4ca964a796df0b87;hp=21b49908ae246c1bffd0b7cc242b79b663cbb800;hpb=12aa05f07cb8aae736895c46fb25e0106daf207c;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index 21b49908..1a87240d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -77,6 +77,8 @@ typedef struct notmuch_show_params { bool output_body; int duplicate; int part; + int offset; + int limit; _notmuch_crypto_t crypto; bool include_html; GMimeStream *out_stream;