X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=ae9344b2ae332cd6e7025710bb292bff73846865;hp=b11caff875985ba9e876387ce8f7db0110683f04;hb=5a48340bf19c42ccdec9b1777a42a79f6884f49f;hpb=7018fc58b4ebf6e2c52102c0443169f8120db261 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 {