da_notmuch_database_get_config

retrieve config item 'key', assign to 'value'

keys which have not been previously set with n_d_set_config will return an empty string.

return value is allocated by malloc and should be freed by the caller.

@since libnotmuch 4.4 (notmuch 0.23)

alias da_notmuch_database_get_config = notmuch_status_t function(
,
const(char)* key
,
char** value
)

Meta