Convenience wrapper for the core headers.
static bool fuzzy_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool fuzzy_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
const struct Module ModuleFuzzy
Module for the Fuzzy library.
Fuzzy private Module data.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_FUZZY
ModuleFuzzy, Fuzzy matching library
Convenience wrapper for the library headers.
void neomutt_set_module_data(struct NeoMutt *n, enum ModuleId id, void *data)
Set the private data for a Module.
Fuzzy private Module data.
Container for Accounts, Notifications.