X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-client.h;h=f8f987e70e40b19755224557476f921cb61c17e9;hb=cef5eaaef61b1f4dde6276ef267fb923f1b16680;hp=de318e1f2e1937abce22bd62a990e1a5523404f3;hpb=f9d8f9c6bae1a9ea60b41755008b71381464e208;p=notmuch diff --git a/notmuch-client.h b/notmuch-client.h index de318e1f..f8f987e7 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -65,7 +65,7 @@ struct sprinter; struct notmuch_show_params; typedef struct notmuch_show_format { - struct sprinter *(*new_sprinter)(const void *ctx, FILE *stream); + struct sprinter *(*new_sprinter)(notmuch_database_t * db, FILE *stream); notmuch_status_t (*part)(const void *ctx, struct sprinter *sprinter, struct mime_node *node, int indent, const struct notmuch_show_params *params); @@ -75,6 +75,7 @@ typedef struct notmuch_show_params { bool entire_thread; bool omit_excluded; bool output_body; + int duplicate; int part; _notmuch_crypto_t crypto; bool include_html;