struct ConfigDef BrowserVars[]
Config definitions for the browser.
static bool browser_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool browser_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
static bool browser_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
const struct Module ModuleBrowser
Module for the Browser library.
Browser private Module data.
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.
@ MODULE_ID_BROWSER
ModuleBrowser, Mailbox Browser
Convenience wrapper for the library headers.
Container for lots of config items.
Container for Accounts, Notifications.