From 331310c4bae664e557909805db25239bb14ec484 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 27 May 2017 13:51:13 -0300 Subject: cli/show: use single stream for printf / gmime object output This is again motivated by the need to transition away from GMimeStreamFile for output to stdout. format_part_mbox is left alone for now, as this cannot be mixed in with output using gmime object output. --- notmuch-client.h | 1 + 1 file changed, 1 insertion(+) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 5692caf3..62d4bcec 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 -- cgit v1.2.3