X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=ae9344b2ae332cd6e7025710bb292bff73846865;hp=b11caff875985ba9e876387ce8f7db0110683f04;hb=1cbaad158e36a1402f1f9bc49ba7f2b56640c0d1;hpb=e41417d7b42558f13f74cdf4506b316f9942de48 diff --git a/notmuch-client.h b/notmuch-client.h index b11caff8..ae9344b2 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -71,13 +71,9 @@ 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 sprinter *sprinter, struct mime_node *node, int indent, const struct notmuch_show_params *params); - const char *message_set_sep; - const char *message_set_end; - const char *null_message; } notmuch_show_format_t; typedef struct notmuch_crypto {