X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=bbc0a11499b539bf4c84db7e479637e7c3d6f13c;hp=f9307989878b4724de489f6862bea2763e4595d2;hb=d79b24b98d26e08f7529df6c404d523739175347;hpb=14883b07003b9ed4223cd8f2c03b301fddae07bd diff --git a/notmuch-client.h b/notmuch-client.h index f9307989..bbc0a114 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -69,6 +69,7 @@ typedef struct mime_node mime_node_t; struct notmuch_show_params; typedef struct notmuch_show_format { + struct sprinter *(*new_sprinter) (const void *ctx, FILE *stream); const char *message_set_start; notmuch_status_t (*part) (const void *ctx, struct mime_node *node, int indent,