X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;ds=sidebyside;f=notmuch-client.h;h=1dbd987dfd0a5d588b57e355eca7ea178c17cd47;hb=0c68a5d8479bff77d31d37d552db907cfc2329d5;hp=005385d883393d628ec0a2db11f7191d8df7fddc;hpb=4cfb2a02778bac16e785bbea1fd6c665e34bd955;p=notmuch 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);