38#if defined(HAVE_LIBIDN)
68#if defined(HAVE_LIBIDN)
struct ConfigDef AddressVarsIdn[]
IDN Config definitions.
const struct ConfigSetType CstAddress
Config type representing an Email Address.
static bool address_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool address_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
const struct Module ModuleAddress
Module for the Address library.
static bool address_config_define_types(struct NeoMutt *n, struct ConfigSet *cs)
Set up Config Types - Implements Module::config_define_types()
static bool address_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
Address private Module data.
Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
bool cs_register_type(struct ConfigSet *cs, const struct ConfigSetType *cst)
Register a type of config item.
Convenience wrapper for the core headers.
@ MODULE_ID_ADDRESS
ModuleAddress, Address
Convenience wrapper for the library headers.
Container for lots of config items.
Container for Accounts, Notifications.