X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;fp=notmuch-client.h;h=f9307989878b4724de489f6862bea2763e4595d2;hb=0e63372efe28f2fff0791b293240695b19bfefd2;hp=0c17b7910cca72e3ea44f87305a43f39a6a826ba;hpb=10ab2b57039d7ef06c82749530ff48675e81d16d;p=obsolete%2Fnotmuch-old diff --git a/notmuch-client.h b/notmuch-client.h index 0c17b791..f9307989 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -87,6 +87,7 @@ typedef struct notmuch_crypto { typedef struct notmuch_show_params { notmuch_bool_t entire_thread; notmuch_bool_t omit_excluded; + notmuch_bool_t output_body; notmuch_bool_t raw; int part; notmuch_crypto_t crypto; @@ -176,7 +177,7 @@ notmuch_status_t show_one_part (const char *filename, int part); void -format_part_json (const void *ctx, mime_node_t *node, notmuch_bool_t first); +format_part_json (const void *ctx, mime_node_t *node, notmuch_bool_t first, notmuch_bool_t output_body); void format_headers_json (const void *ctx, GMimeMessage *message, notmuch_bool_t reply);