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.
size_t mutt_str_copy(char *dest, const char *src, size_t dsize)
Copy a string into a buffer (guaranteeing NUL-termination)
Data to pass to the History Functions.
size_t buflen
Length of the results buffer.
bool done
Should we close the Dialog?
history_function_t function
Function to call.
int op
Op code, e.g. OP_GENERIC_SELECT_ENTRY.