X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=notmuch-search.c;h=c6899ffa34cb6079aeb1ee37425cb7548e32ac16;hp=6d08c250cf93ee81981adcf34608ebba9a723805;hb=1e982de508c39dae7a61403f536df74c180dfb72;hpb=e7b420a85446fa469df77e24c11f8afa06a2592e diff --git a/notmuch-search.c b/notmuch-search.c index 6d08c250..c6899ffa 100644 --- a/notmuch-search.c +++ b/notmuch-search.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: Carl Worth */ @@ -132,7 +132,7 @@ do_search_threads (search_context_t *ctx) ctx->offset = 0; } - status = notmuch_query_search_threads_st (ctx->query, &threads); + status = notmuch_query_search_threads (ctx->query, &threads); if (print_status_query("notmuch search", ctx->query, status)) return 1;