23#ifndef MUTT_COMPOSE_FUNCTIONS_H
24#define MUTT_COMPOSE_FUNCTIONS_H
int(* compose_function_t)(struct ComposeFunctionData *fdata, const struct KeyEvent *event)
int compose_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Compose function - Implements function_dispatcher_t -.
Data passed to Compose worker functions.
struct NeoMutt * n
NeoMutt application data.
struct ComposeSharedData * shared
Shared Compose data.
struct ComposeModuleData * mod_data
Compose module data.
int op
Op code, e.g. OP_COMPOSE_WRITE_MESSAGE.
compose_function_t function
Function to call.
Compose private Module data.
An event such as a keypress.
Container for Accounts, Notifications.