X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;fp=notmuch-reply.c;h=40576f190348ffd5053fe4270c940915c41f5fe3;hp=9fca22db818d05f098703ef8493b9b484f3e0e4a;hb=4612f3eb3dbf16bf98ccbadef77d7a6f6361e692;hpb=cef5eaaef61b1f4dde6276ef267fb923f1b16680 diff --git a/notmuch-reply.c b/notmuch-reply.c index 9fca22db..40576f19 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -663,7 +663,7 @@ do_reply (notmuch_database_t *notmuch, notmuch_messages_move_to_next (messages)) { message = notmuch_messages_get (messages); - if (mime_node_open (notmuch, message, ¶ms->crypto, &node)) + if (mime_node_open (notmuch, message, -1, ¶ms->crypto, &node)) return 1; reply = create_reply_message (notmuch, message, @@ -683,7 +683,7 @@ do_reply (notmuch_database_t *notmuch, /* Start the original */ sp->map_key (sp, "original"); - format_part_sprinter (notmuch, sp, node, true, false); + format_part_sprinter (notmuch, sp, node, -1, true, false); /* End */ sp->end (sp);