]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-client.h
show: Associate an sprinter with each format
[notmuch] / notmuch-client.h
index f9307989878b4724de489f6862bea2763e4595d2..bbc0a11499b539bf4c84db7e479637e7c3d6f13c 100644 (file)
@@ -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,