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

type notmuch_message_has_maildir_flag = unsafe extern "C" fn(message: *mut notmuch_message_t, flag: c_char) -> notmuch_bool_t;

return TRUE if any filename of 'message' has maildir flag 'flag', FALSE otherwise.