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 ModuleHistory
Module for the History library.
struct ConfigDef HistoryVars[]
Config definitions for the command history.
Read/write command history from/to a file.
static bool history_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool history_gui_init(struct NeoMutt *n)
Initialise the GUI - Implements Module::gui_init()
static bool history_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool history_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
static void history_gui_cleanup(struct NeoMutt *n)
Clean up the GUI - Implements Module::gui_cleanup()
History private Module data.
void mutt_hist_init(struct HistoryModuleData *mod_data)
Create a set of empty History ring buffers.
void mutt_hist_read_file(void)
Read the History from a file.
void mutt_hist_cleanup(struct HistoryModuleData *mod_data)
Free all the history lists.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_HISTORY
ModuleHistory, History
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.
void * neomutt_get_module_data(struct NeoMutt *n, enum ModuleId id)
Get the private data for a Module.
Container for lots of config items.
History private Module data.
struct Notify * notify
Notifications.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.