Convenience wrapper for the config headers.
bool cs_register_variables(const struct ConfigSet *cs, struct ConfigDef vars[])
Register a set of config items.
bool commands_register(struct CommandArray *ca, const struct Command *cmds)
Add commands to Commands array.
Convenience wrapper for the core headers.
const struct Module ModuleSend
Module for the Send library.
void mutt_list_free(struct ListHead *h)
Free a List AND its strings.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_SEND
ModuleSend, Send
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.
void * neomutt_get_module_data(struct NeoMutt *n, enum ModuleId id)
Get the private data for a Module.
#define STAILQ_INIT(head)
const struct Command SendCommands[]
Send Commands.
struct ConfigDef SendVars[]
Config definitions for the send library.
static bool send_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool send_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
static bool send_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool send_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
Send private Module data.
Container for lots of config items.
Container for Accounts, Notifications.
Send private Module data.
struct ListHead user_header
Custom headers to add to outgoing emails.