X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-dump.c;h=e451ac0c8e89448819184e2480b83db222ac93d6;hp=0bb946f8f3378babd16d261d2e1106e068150db5;hb=33e58021958f8069ad46d7bd05cf586676fb6ae7;hpb=e64fdf889d0f78543557f5b72ebca1571caf497e;ds=sidebyside diff --git a/notmuch-dump.c b/notmuch-dump.c index 0bb946f8..e451ac0c 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;