23#ifndef MUTT_INDEX_FUNCTIONS_H
24#define MUTT_INDEX_FUNCTIONS_H
int index_function_dispatcher(struct MuttWindow *win, int op)
Perform an Index function - Implements function_dispatcher_t -.
int(* index_function_t)(struct IndexSharedData *shared, struct IndexPrivateData *priv, int op)
bool index_next_undeleted(struct MuttWindow *win_index)
Select the next undeleted Email (if possible)
int op
Op code, e.g. OP_MAIN_LIMIT.
index_function_t function
Function to call.
int flags
Prerequisites for the function, e.g. CHECK_IN_MAILBOX.
Private state data for the Index.
Data shared between Index, Pager and Sidebar.