[][src]Type Definition melib::backends::notmuch::bindings::notmuch_database_get_default_indexopts

type notmuch_database_get_default_indexopts = unsafe extern "C" fn(db: *mut notmuch_database_t) -> *mut notmuch_indexopts_t;

get the current default indexing options for a given database.

This object will survive until the database itself is destroyed, but the caller may also release it earlier with notmuch_indexopts_destroy.

This object represents a set of options on how a message can be added to the index. At the moment it is a featureless stub.

@since libnotmuch 5.1 (notmuch 0.26)