X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=b5ca19c46b6500eb6681acabff51a7d6c9d93aba;hp=064d27e08b06089eade9672a60fcf8ff7a1fc425;hb=6c2417cabc1b35ea4fc9db6493d85354b1039d6d;hpb=dcdb8430945e6323d78997ce47639eebc683c6d3 diff --git a/notmuch-reply.c b/notmuch-reply.c index 064d27e0..b5ca19c4 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -26,14 +26,13 @@ static void reply_part (GMimeObject *part, - unused (int *part_count), - unused (int first)); + unused (int *part_count)); static const notmuch_show_format_t format_reply = { NULL, NULL, NULL, NULL, NULL, NULL, - NULL, reply_part, NULL, NULL, + NULL, reply_part, NULL, NULL, NULL, NULL, NULL, NULL }; @@ -87,8 +86,7 @@ show_reply_headers (GMimeMessage *message) static void reply_part (GMimeObject *part, - unused (int *part_count), - unused (int first)) + unused (int *part_count)) { GMimeContentDisposition *disposition; GMimeContentType *content_type;