From 23eed88e32551d9e0cb9a86eae0a562a049a58af Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Fri, 14 Jul 2017 15:05:06 +0200 Subject: remove boolean "first" argument from format_part_sprinter This argument seems to be unused, and format_part_sprinter isn't required to meet any specific API so it seems cleaner and simpler to drop it. --- notmuch-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index 1d3c0829..9d0f367d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -247,7 +247,7 @@ show_one_part (const char *filename, int part); void format_part_sprinter (const void *ctx, struct sprinter *sp, mime_node_t *node, - notmuch_bool_t first, notmuch_bool_t output_body, + notmuch_bool_t output_body, notmuch_bool_t include_html); void -- cgit v1.2.3