X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=77b341841222c8563ded7612f9c6e1ae5cf51dcd;hp=5692caf3a0a2814f31d05e61fdb56e04ba842d81;hb=f7dd69d4c6d3c248f0f74a3ff997f91be79c1fd8;hpb=555e2abe9d838bcf16d7e44f8aea69ded8ffd7f4 diff --git a/notmuch-client.h b/notmuch-client.h index 5692caf3..77b34184 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -86,6 +86,7 @@ typedef struct notmuch_show_params { int part; notmuch_crypto_t crypto; notmuch_bool_t include_html; + GMimeStream *out_stream; } notmuch_show_params_t; /* There's no point in continuing when we've detected that we've done @@ -144,7 +145,7 @@ chomp_newline (char *str) * this. New (required) map fields can be added without increasing * this. */ -#define NOTMUCH_FORMAT_CUR 3 +#define NOTMUCH_FORMAT_CUR 4 /* The minimum supported structured output format version. Requests * for format versions below this will return an error. */ #define NOTMUCH_FORMAT_MIN 1