X-Git-Url: https://git.notmuchmail.org/git?p=notmuch;a=blobdiff_plain;f=lib%2Fnotmuch.h;h=f0662454c42b439e4d920d223cce9d00707fe253;hp=f0b60b83a4bd2ec7a54be51426a906fcbc71d168;hb=6d44e5ac4743f618513c9a080733d91afa683f16;hpb=76f8498df61577c2f2e8f22e34a93a37ea532a03 diff --git a/lib/notmuch.h b/lib/notmuch.h index f0b60b83..f0662454 100644 --- a/lib/notmuch.h +++ b/lib/notmuch.h @@ -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).