]> git.cworth.org Git - notmuch/blobdiff - notmuch-reply.c
remove boolean "first" argument from format_part_sprinter
[notmuch] / notmuch-reply.c
index 40201b805369307727507bb2a6a4b206af25d7a8..929f3077862f93e6f8c2b213f9d064369cc42fc9 100644 (file)
@@ -667,7 +667,7 @@ static int do_reply(notmuch_config_t *config,
 
            /* Start the original */
            sp->map_key (sp, "original");
-           format_part_sprinter (config, sp, node, TRUE, TRUE, FALSE);
+           format_part_sprinter (config, sp, node, TRUE, FALSE);
 
            /* End */
            sp->end (sp);