23#ifndef MUTT_COMPOSE_FUNCTIONS_H
24#define MUTT_COMPOSE_FUNCTIONS_H
struct MenuDefinition * MdCompose
Compose Menu Definition.
int(* compose_function_t)(struct ComposeSharedData *priv, const struct KeyEvent *event)
int compose_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Compose function - Implements function_dispatcher_t -.
int op
Op code, e.g. OP_COMPOSE_WRITE_MESSAGE.
compose_function_t function
Function to call.
An event such as a keypress.