X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-client.h;h=1dbd987dfd0a5d588b57e355eca7ea178c17cd47;hp=005385d883393d628ec0a2db11f7191d8df7fddc;hb=362ab047c264ae67ec3de041aec637979077db21;hpb=c51d5b3cdb5ca0816816e88ca6f7136a24e74eee diff --git a/notmuch-client.h b/notmuch-client.h index 005385d8..1dbd987d 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -133,7 +133,8 @@ query_string_from_args (void *ctx, int argc, char *argv[]); notmuch_status_t show_message_body (const char *filename, - void (*show_part) (GMimeObject *part, int *part_count)); + void (*show_part) (GMimeObject *part, int *part_count, int first), + void (*show_part_end) (GMimeObject *part)); notmuch_status_t show_one_part (const char *filename, int part);