Convenience wrapper for the config headers.
bool cs_register_type(struct ConfigSet *cs, const struct ConfigSetType *cst)
Register a type of config item.
Convenience wrapper for the core headers.
const struct ConfigSetType CstExpando
Config type representing an Expando.
static bool expando_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool expando_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
static bool expando_config_define_types(struct NeoMutt *n, struct ConfigSet *cs)
Set up Config Types - Implements Module::config_define_types()
const struct Module ModuleExpando
Module for the Expando library.
Expando private Module data.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_EXPANDO
ModuleExpando, Parse Expando string
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.
Container for lots of config items.
Expando private Module data.
struct Notify * notify
Notifications.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.