X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=notmuch-dump.c;h=5cc3b2f62b46530e5dbb3f63b5d127043fc9c610;hb=44914dc60e80cbd5e5acbbf1d6c7b1e019fb7e7f;hp=f0ac193241191da7dbcd64e53f4db71cbf4a2764;hpb=11fda0bf2fd74b227d15a2bb6b36a8ce6403c8e9;p=notmuch 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;