X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-reply.c;h=99bb15fce57642c777b6184c917a0e0c8ca5adfe;hp=9c35475d0553fa96bb37b141116dfa22c63b1569;hb=8b18efe171ef80cbb238a9446137c39908755d2d;hpb=627d752501b42326b9016271de33a6cb0fa2dc8c diff --git a/notmuch-reply.c b/notmuch-reply.c index 9c35475d..99bb15fc 100644 --- a/notmuch-reply.c +++ b/notmuch-reply.c @@ -32,6 +32,7 @@ static const notmuch_show_format_t format_reply = { "", NULL, "", NULL, "", "", + NULL, NULL, reply_part_content, NULL, @@ -447,6 +448,7 @@ notmuch_reply_format_default(void *ctx, notmuch_config_t *config, notmuch_query_ const notmuch_show_format_t *format = &format_reply; notmuch_show_params_t params; params.part = -1; + params.cryptoctx = NULL; for (messages = notmuch_query_search_messages (query); notmuch_messages_valid (messages);