X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=9c35475d0553fa96bb37b141116dfa22c63b1569;hp=8c5e76ccc38993ccdc308b1ed53fef6d53f86ba0;hb=b596fbbcd30c82a6487231f01ba1e4d68bd98275;hpb=5659d422315ebd46f80db739e28a58b51590b64f diff --git a/notmuch-reply.c b/notmuch-reply.c index 8c5e76cc..9c35475d 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -25,16 +25,20 @@ #include "gmime-filter-headers.h" static void -reply_part (GMimeObject *part, - unused (int *part_count)); +reply_part_content (GMimeObject *part); static const notmuch_show_format_t format_reply = { - NULL, - NULL, NULL, - NULL, NULL, NULL, - NULL, reply_part, NULL, NULL, NULL, - NULL, NULL, - NULL + "", + "", NULL, + "", NULL, "", + "", + NULL, + reply_part_content, + NULL, + "", + "", + "", "", + "" }; static void @@ -57,8 +61,7 @@ show_reply_headers (GMimeMessage *message) } static void -reply_part (GMimeObject *part, - unused (int *part_count)) +reply_part_content (GMimeObject *part) { GMimeContentType *content_type = g_mime_object_get_content_type (GMIME_OBJECT (part)); GMimeContentDisposition *disposition = g_mime_object_get_content_disposition (part);