59#if defined(USE_NOTMUCH)
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 ModuleNotmuch
Module for the Notmuch library.
@ MODULE_ID_NOTMUCH
ModuleNotmuch, Notmuch
Convenience wrapper for the library headers.
struct ConfigDef NotmuchVars[]
Config definitions for the Notmuch library.
static bool notmuch_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
const struct Command NmCommands[]
Notmuch Commands.
static bool notmuch_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool notmuch_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
static bool notmuch_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
Notmuch private Module data.
Container for lots of config items.
Container for Accounts, Notifications.