summaryrefslogtreecommitdiffstats
path: root/notmuch-client.h
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2017-07-14 15:05:06 +0200
committerDavid Bremner <david@tethera.net>2017-08-16 21:56:58 -0300
commit23eed88e32551d9e0cb9a86eae0a562a049a58af (patch)
tree8f42918510187d35115039ca8d582681b8e07b0b /notmuch-client.h
parentf385055528a77d7cc4566de3a3605f2a6c474862 (diff)
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.
Diffstat (limited to 'notmuch-client.h')
-rw-r--r--notmuch-client.h2
1 files changed, 1 insertions, 1 deletions
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