]> git.notmuchmail.org Git - notmuch/blobdiff - notmuch-search.c
lib: replace n_query_search_threads with status returning version
[notmuch] / notmuch-search.c
index 6d08c250cf93ee81981adcf34608ebba9a723805..c6899ffa34cb6079aeb1ee37425cb7548e32ac16 100644 (file)
@@ -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 <cworth@cworth.org>
  */
@@ -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;