62#if defined(CRYPT_BACKEND_GPGME)
66#if defined(CRYPT_BACKEND_CLASSIC_PGP)
70#if defined(CRYPT_BACKEND_CLASSIC_SMIME)
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
Convenience wrapper for the core headers.
const struct Module ModuleNcrypt
Module for the Ncrypt library.
@ MODULE_ID_NCRYPT
ModuleNcrypt, Ncrypt
Convenience wrapper for the library headers.
struct ConfigDef NcryptVarsPgp[]
PGP Config definitions for the encryption library.
struct ConfigDef NcryptVarsSmime[]
SMIME Config definitions for the encryption library.
struct ConfigDef NcryptVars[]
Config definitions for the encryption library.
struct ConfigDef NcryptVarsGpgme[]
GPGME Config definitions for the encryption library.
static bool ncrypt_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool ncrypt_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool ncrypt_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
Ncrypt private Module data.
Container for lots of config items.
Container for Accounts, Notifications.