da_notmuch_query_count_messages_st

Return the number of messages matching a search.

This function performs a search and returns the number of matching messages.

@returns

More...
alias da_notmuch_query_count_messages_st = notmuch_status_t function(
notmuch_query_t* query
,
uint* count
)

Detailed Description

NOTMUCH STATUS SUCCESS

query completed successfully.

NOTMUCH STATUS XAPIAN EXCEPTION

a Xapian exception occured. The value of *count is not defined.

@since libnotmuch 4.3 (notmuch 0.21)

Meta