static int op_quit(struct HistoryData *hd, int op)
Quit this menu - Implements history_function_t -.
static const struct HistoryFunction HistoryFunctions[]
All the NeoMutt functions that the History supports.
Data to pass to the History Functions.
struct StringArray * matches
History entries.
bool done
Should we close the Dialog?
history_function_t function
Function to call.
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.