]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-reply.c
lib: replace deprecated n_q_search_messages with status returning version
[notmuch] / notmuch-reply.c
index 8c894974485d4f4ae32997388425904640d941da..85efc70243e2b12c6cfc919c935f5566df434b11 100644 (file)
@@ -645,7 +645,7 @@ static int do_reply(notmuch_config_t *config,
            sp = sprinter_sexp_create (config, stdout);
     }
 
-    status = notmuch_query_search_messages_st (query, &messages);
+    status = notmuch_query_search_messages (query, &messages);
     if (print_status_query ("notmuch reply", query, status))
        return 1;
 
@@ -701,11 +701,6 @@ notmuch_reply_command (notmuch_config_t *config, int argc, char *argv[])
     int opt_index;
     notmuch_show_params_t params = {
        .part = -1,
-       .crypto = {
-           .verify = FALSE,
-           .decrypt = FALSE,
-           .gpgpath = NULL
-       }
     };
     int format = FORMAT_DEFAULT;
     int reply_all = TRUE;