[][src]Function melib::backends::notmuch::bindings::notmuch_database_add_message

pub unsafe extern "C" fn notmuch_database_add_message(
    database: *mut notmuch_database_t,
    filename: *const c_char,
    message: *mut *mut notmuch_message_t
) -> notmuch_status_t

Deprecated alias for notmuch_database_index_file called with NULL indexopts.

@deprecated Deprecated as of libnotmuch 5.1 (notmuch 0.26). Please use notmuch_database_index_file instead.