X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=5cc3b2f62b46530e5dbb3f63b5d127043fc9c610;hp=f0ac193241191da7dbcd64e53f4db71cbf4a2764;hb=1ec634461ea25d87cc16dbeb1318f8e30a07c9f1;hpb=2e86a4da55c29e0751d950839cdcbe40234ca8ba diff --git a/notmuch-dump.c b/notmuch-dump.c index f0ac1932..5cc3b2f6 100644 --- a/notmuch-dump.c +++ b/notmuch-dump.c @@ -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;