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

type notmuch_indexopts_set_decrypt_policy = unsafe extern "C" fn(indexopts: *mut notmuch_indexopts_t, decrypt_policy: notmuch_decryption_policy_t) -> notmuch_status_t;

Specify whether to decrypt encrypted parts while indexing.

Be aware that the index is likely sufficient to reconstruct the cleartext of the message itself, so please ensure that the notmuch message index is adequately protected. DO NOT SET THIS FLAG TO TRUE without considering the security of your index.

@since libnotmuch 5.1 (notmuch 0.26)