X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fdatabase.cc;h=125c4b92baab446e3c7faff5a01fc10232f4fe84;hp=a679cbabbac95a2d39885292341370e1d040d8c0;hb=86cbd215eb67d7b996c977352a50e70c101cb641;hpb=1e982de508c39dae7a61403f536df74c180dfb72 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 (;