23#ifndef MUTT_ATTACH_FUNCTIONS_H
24#define MUTT_ATTACH_FUNCTIONS_H
int(* attach_function_t)(struct AttachFunctionData *fdata, const struct KeyEvent *event)
int attach_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Attach function - Implements function_dispatcher_t -.
Data passed to Attach worker functions.
struct AttachPrivateData * priv
Attach private data.
struct NeoMutt * n
NeoMutt application data.
attach_function_t function
Function to call.
int op
Op code, e.g. OP_ATTACH_COLLAPSE.
Private state data for Attachments.
An event such as a keypress.
Container for Accounts, Notifications.