X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=de318e1f2e1937abce22bd62a990e1a5523404f3;hp=21b49908ae246c1bffd0b7cc242b79b663cbb800;hb=HEAD;hpb=4612f3eb3dbf16bf98ccbadef77d7a6f6361e692 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;