X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=notmuch-reply.c;h=ab15650827f0a30c0c9aaf89b0734f398e8b5b21;hb=2f8871df6ea3c0b44f85a0fc1b4f58a6b70b0a0e;hp=b5ca19c46b6500eb6681acabff51a7d6c9d93aba;hpb=ecae541031911b65594c3ec757abb671583e8872;p=obsolete%2Fnotmuch-old diff --git a/notmuch-reply.c b/notmuch-reply.c index b5ca19c4..ab156508 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -461,6 +461,8 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_query_ const char *subject, *from_addr = NULL; const char *in_reply_to, *orig_references, *references; const notmuch_show_format_t *format = &format_reply; + notmuch_show_params_t params; + params.part = -1; for (messages = notmuch_query_search_messages (query); notmuch_messages_valid (messages); @@ -520,7 +522,7 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_query_ notmuch_message_get_header (message, "from")); show_message_body (notmuch_message_get_filename (message), - format); + format, ¶ms); notmuch_message_destroy (message); }