38#if defined(HAVE_LIBIDN)
71#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()
static bool address_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
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.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_ADDRESS
ModuleAddress, Address
Convenience wrapper for the library headers.
struct Notify * notify_new(void)
Create a new notifications handler.
void notify_set_parent(struct Notify *notify, struct Notify *parent)
Set the parent notification handler.
void notify_free(struct Notify **ptr)
Free a notification handler.
void neomutt_set_module_data(struct NeoMutt *n, enum ModuleId id, void *data)
Set the private data for a Module.
Address private Module data.
struct Notify * notify
Notifications.
Container for lots of config items.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.