X-Git-Url: https://git.cworth.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;fp=notmuch-client.h;h=1a87240d3c21de8e51736ede9b408cdd36e23652;hp=21b49908ae246c1bffd0b7cc242b79b663cbb800;hb=793f2980910f612fa33806ef71fa7ee35d093657;hpb=b6565c1c54e35563843e7ddece601680170bb84a 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;