36#if defined(HAVE_LIBIDN)
55#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()
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()
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
Container for lots of config items.
Container for Accounts, Notifications.