X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=lib%2Fdatabase.cc;h=125c4b92baab446e3c7faff5a01fc10232f4fe84;hb=86cbd215e;hp=a679cbabbac95a2d39885292341370e1d040d8c0;hpb=1e982de508c39dae7a61403f536df74c180dfb72;p=notmuch-old diff --git a/lib/database.cc b/lib/database.cc index a679cbab..125c4b92 100644 --- a/lib/database.cc +++ b/lib/database.cc @@ -1531,7 +1531,7 @@ notmuch_database_upgrade (notmuch_database_t *notmuch, query = notmuch_query_create (notmuch, ""); - status = notmuch_query_search_messages_st (query, &messages); + status = notmuch_query_search_messages (query, &messages); if (status) goto DONE; for (;