X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=71edb662e02edb35fcdc3441ec2e92e33d3d2674;hp=23d04b8b1ea01083de530204bc4b95eeaaf130c5;hb=362ab047c264ae67ec3de041aec637979077db21;hpb=c51d5b3cdb5ca0816816e88ca6f7136a24e74eee diff --git a/notmuch-reply.c b/notmuch-reply.c index 23d04b8b..71edb662 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -72,7 +72,7 @@ show_reply_headers (GMimeMessage *message) } static void -reply_part (GMimeObject *part, int *part_count) +reply_part (GMimeObject *part, int *part_count, unused (int first)) { GMimeContentDisposition *disposition; GMimeContentType *content_type; @@ -505,7 +505,8 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_query_ notmuch_message_get_header (message, "date"), notmuch_message_get_header (message, "from")); - show_message_body (notmuch_message_get_filename (message), reply_part); + show_message_body (notmuch_message_get_filename (message), + reply_part, NULL); notmuch_message_destroy (message); }