]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-dump.c
Merge branch 'release'
[notmuch] / notmuch-dump.c
index 0bb946f8f3378babd16d261d2e1106e068150db5..e451ac0c8e89448819184e2480b83db222ac93d6 100644 (file)
@@ -240,7 +240,7 @@ database_dump_file (notmuch_database_t *notmuch, gzFile output,
      */
     notmuch_query_set_sort (query, NOTMUCH_SORT_UNSORTED);
 
      */
     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;
 
     if (print_status_query ("notmuch dump", query, status))
        return EXIT_FAILURE;