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 ModuleImap
Module for the Imap library.
struct ConfigDef ImapVars[]
Config definitions for the IMAP library.
struct ConfigDef ImapVarsZlib[]
Config definitions for IMAP compression.
static bool imap_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
static bool imap_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
static bool imap_cleanup(struct NeoMutt *n, void *data)
Clean up a Module - Implements Module::cleanup()
static bool imap_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
Imap private Module data.
const struct Command ImapCommands[]
Imap Commands.
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_IMAP
ModuleImap, Imap Mailbox
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.
Imap private Module data.
struct Notify * notify
Notifications.
int imap_max_cmdlen
Maximum length of IMAP commands before split.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.