const struct Command AttachCommands[]
Attach Commands.
Handle the attachments command.
struct ConfigDef AttachVars[]
Config definitions for the Attach library.
static bool attach_init(struct NeoMutt *n)
Initialise a Module - Implements Module::init()
static bool attach_cleanup(struct NeoMutt *n)
Clean up a Module - Implements Module::cleanup()
static bool attach_commands_register(struct NeoMutt *n, struct CommandArray *ca)
Register NeoMutt Commands - Implements Module::commands_register()
const struct Module ModuleAttach
Module for the Attach library.
static bool attach_config_define_variables(struct NeoMutt *n, struct ConfigSet *cs)
Define the Config Variables - Implements Module::config_define_variables()
Attach 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.
bool commands_register(struct CommandArray *ca, const struct Command *cmds)
Add commands to Commands array.
Convenience wrapper for the core headers.
void attachmatch_free(struct AttachMatch **ptr)
Free an AttachMatch - Implements list_free_t -.
void mutt_list_free(struct ListHead *h)
Free a List AND its strings.
void mutt_list_free_type(struct ListHead *h, list_free_t fn)
Free a List of type.
void(* list_free_t)(void **ptr)
#define FREE(x)
Free memory and set the pointer to NULL.
#define MUTT_MEM_CALLOC(n, type)
@ MODULE_ID_ATTACH
ModuleAttach, Attachments
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 mutt_temp_attachments_cleanup(void)
Delete all temporary attachments.
Handling of email attachments.
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)
Attach private Module data.
struct ListHead attach_allow
List of attachment types to be counted.
struct ListHead attach_exclude
List of attachment types to be ignored.
struct ListHead temp_attachments
List of temporary files for displaying attachments.
struct ListHead inline_allow
List of inline types to counted.
struct ListHead inline_exclude
List of inline types to ignore.
struct ListHead mime_lookup
List of mime types that that shouldn't use the mailcap entry.
struct Notify * attachments_notify
Notifications: NotifyAttach.
Container for lots of config items.
Container for Accounts, Notifications.
struct Notify * notify
Notifications handler.