]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
add part_sep formatter to replace "first" argument to part format functions
[notmuch] / notmuch-reply.c
index 064d27e08b06089eade9672a60fcf8ff7a1fc425..b5ca19c46b6500eb6681acabff51a7d6c9d93aba 100644 (file)
 
 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;