]> git.notmuchmail.org Git - notmuch/blobdiff - lib/notmuch.h
lib: make notmuch_query_count_messages explicitely exact
[notmuch] / lib / notmuch.h
index f0b60b83a4bd2ec7a54be51426a906fcbc71d168..f0662454c42b439e4d920d223cce9d00707fe253 100644 (file)
@@ -909,10 +909,10 @@ void
 notmuch_threads_destroy (notmuch_threads_t *threads);
 
 /**
- * Return an estimate of the number of messages matching a search.
+ * Return the number of messages matching a search.
  *
- * This function performs a search and returns Xapian's best
- * guess as to number of matching messages.
+ * This function performs a search and returns the number of matching
+ * messages.
  *
  * If a Xapian exception occurs, this function may return 0 (after
  * printing a message).