Prototype for a Function Dispatcher. More...
Modules | |
Alias Function API | |
Prototype for a Alias Function. | |
Attachment Function API | |
Prototype for an Attachment Function. | |
Autocrypt Function API | |
Prototype for a Autocrypt Function. | |
Compose Function API | |
Prototype for a Compose Function. | |
Envelope Function API | |
Prototype for a Envelope Function. | |
Global Function API | |
Prototype for a Global Function. | |
History Function API | |
Prototype for a History Function. | |
Index Function API | |
Prototype for an Index Function. | |
Menu Function API | |
Prototype for a Menu Function. | |
Gpgme Function API | |
Prototype for a Gpgme Function. | |
Pgp Function API | |
Prototype for a Pgp Function. | |
Smime Function API | |
Prototype for a Smime Function. | |
Pager Function API | |
Prototype for a Pager Function. | |
Pattern Function API | |
Prototype for a Pattern Function. | |
Postpone Function API | |
Prototype for a Postpone Function. | |
Sidebar Function API | |
Prototype for a Sidebar Function. | |
Functions | |
int | alias_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Alias function - Implements function_dispatcher_t -. | |
int | attach_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Attach function - Implements function_dispatcher_t -. | |
int | autocrypt_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Autocrypt function - Implements function_dispatcher_t -. | |
int | compose_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Compose function - Implements function_dispatcher_t -. | |
int | enter_function_dispatcher (struct MuttWindow *win, int op) |
Perform an Enter function - Implements function_dispatcher_t -. | |
int | env_function_dispatcher (struct MuttWindow *win, int op) |
Perform an Envelope function - Implements function_dispatcher_t -. | |
int | global_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Global function - Implements function_dispatcher_t -. | |
int | history_function_dispatcher (struct MuttWindow *win, int op) |
Perform a History function - Implements function_dispatcher_t -. | |
int | index_function_dispatcher (struct MuttWindow *win, int op) |
Perform an Index function - Implements function_dispatcher_t -. | |
int | menu_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Menu function - Implements function_dispatcher_t -. | |
int | menu_tagging_dispatcher (struct MuttWindow *win, int op) |
Perform tagging operations on the Menu - Implements function_dispatcher_t -. | |
int | gpgme_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Gpgme function - Implements function_dispatcher_t -. | |
int | pgp_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Pgp function - Implements function_dispatcher_t -. | |
int | smime_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Smime function - Implements function_dispatcher_t -. | |
int | pager_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Pager function - Implements function_dispatcher_t -. | |
int | pattern_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Pattern function - Implements function_dispatcher_t -. | |
int | postpone_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Postpone function - Implements function_dispatcher_t -. | |
int | sb_function_dispatcher (struct MuttWindow *win, int op) |
Perform a Sidebar function - Implements function_dispatcher_t -. | |
Prototype for a Function Dispatcher.
Perform a NeoMutt function
win | Window |
op | Operation to perform, e.g. OP_MAIN_LIMIT |
num | FunctionRetval |
int alias_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Alias function - Implements function_dispatcher_t -.
Definition at line 418 of file functions.c.
int attach_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Attach function - Implements function_dispatcher_t -.
Definition at line 713 of file functions.c.
int autocrypt_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Autocrypt function - Implements function_dispatcher_t -.
Definition at line 203 of file functions.c.
int compose_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Compose function - Implements function_dispatcher_t -.
Definition at line 2136 of file functions.c.
int enter_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform an Enter function - Implements function_dispatcher_t -.
Definition at line 482 of file functions.c.
int env_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform an Envelope function - Implements function_dispatcher_t -.
Definition at line 527 of file functions.c.
int global_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Global function - Implements function_dispatcher_t -.
Definition at line 172 of file global.c.
int history_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a History function - Implements function_dispatcher_t -.
Definition at line 75 of file functions.c.
int index_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform an Index function - Implements function_dispatcher_t -.
Definition at line 3262 of file functions.c.
int menu_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Menu function - Implements function_dispatcher_t -.
Definition at line 318 of file functions.c.
int menu_tagging_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform tagging operations on the Menu - Implements function_dispatcher_t -.
Definition at line 230 of file tagging.c.
int gpgme_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Gpgme function - Implements function_dispatcher_t -.
Definition at line 845 of file gpgme_functions.c.
int pgp_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Pgp function - Implements function_dispatcher_t -.
Definition at line 208 of file pgp_functions.c.
int smime_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Smime function - Implements function_dispatcher_t -.
Definition at line 106 of file smime_functions.c.
int pager_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Pager function - Implements function_dispatcher_t -.
Definition at line 1125 of file functions.c.
int pattern_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Pattern function - Implements function_dispatcher_t -.
Definition at line 77 of file functions.c.
int postpone_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Postpone function - Implements function_dispatcher_t -.
Definition at line 177 of file functions.c.
int sb_function_dispatcher | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Sidebar function - Implements function_dispatcher_t -.
Definition at line 375 of file functions.c.