]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
Add signature verification of PGP/MIME-signed parts with --verify.
[notmuch] / notmuch-reply.c
index 9c35475d0553fa96bb37b141116dfa22c63b1569..99bb15fce57642c777b6184c917a0e0c8ca5adfe 100644 (file)
@@ -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);