23#ifndef MUTT_ATTACH_FUNCTIONS_H
24#define MUTT_ATTACH_FUNCTIONS_H
struct MenuDefinition * MdAttach
Attach Menu Definition.
int(* attach_function_t)(struct AttachPrivateData *priv, const struct KeyEvent *event)
int attach_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Attach function - Implements function_dispatcher_t -.
attach_function_t function
Function to call.
int op
Op code, e.g. OP_ATTACHMENT_COLLAPSE.
Private state data for Attachments.
An event such as a keypress.