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

type notmuch_indexopts_get_decrypt_policy = unsafe extern "C" fn(indexopts: *const notmuch_indexopts_t) -> notmuch_decryption_policy_t;

Return whether to decrypt encrypted parts while indexing. see notmuch_indexopts_set_decrypt_policy.

@since libnotmuch 5.1 (notmuch 0.26)