Function notmuch_sys::notmuch_directory_delete [] [src]

pub unsafe extern "C" fn notmuch_directory_delete(
    directory: *mut notmuch_directory_t
) -> notmuch_status_t

Delete directory document from the database, and destroy the notmuch_directory_t object. Assumes any child directories and files have been deleted by the caller.

@since libnotmuch 4.3 (notmuch 0.21)