Function notmuch_sys::notmuch_directory_get_mtime [] [src]

pub unsafe extern "C" fn notmuch_directory_get_mtime(
    directory: *mut notmuch_directory_t
) -> time_t

Get the mtime of a directory, (as previously stored with notmuch_directory_set_mtime).

Returns 0 if no mtime has previously been stored for this directory.