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...
version(DerelictNotMuch_Dynamic)
extern (C) @nogc nothrow
alias da_notmuch_query_count_messages_st = notmuch_status_t function

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