]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
cli/crypto: treat failure to create a crypto context as fatal.
[notmuch] / notmuch-dump.c
index f0ac193241191da7dbcd64e53f4db71cbf4a2764..5cc3b2f62b46530e5dbb3f63b5d127043fc9c610 100644 (file)
@@ -240,7 +240,7 @@ database_dump_file (notmuch_database_t *notmuch, gzFile output,
      */
     notmuch_query_set_sort (query, NOTMUCH_SORT_UNSORTED);
 
-    status = notmuch_query_search_messages_st (query, &messages);
+    status = notmuch_query_search_messages (query, &messages);
     if (print_status_query ("notmuch dump", query, status))
        return EXIT_FAILURE;