Prototype for a Pager Function. More...
Functions | |
static int | op_pager_bottom (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Jump to the bottom of the message - Implements pager_function_t -. | |
static int | op_pager_half_down (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Scroll down 1/2 page - Implements pager_function_t -. | |
static int | op_pager_half_up (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Scroll up 1/2 page - Implements pager_function_t -. | |
static int | op_pager_hide_quoted (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Toggle display of quoted text - Implements pager_function_t -. | |
static int | op_pager_next_line (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Scroll down one line - Implements pager_function_t -. | |
static int | op_pager_next_page (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Move to the next page - Implements pager_function_t -. | |
static int | op_pager_prev_line (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Scroll up one line - Implements pager_function_t -. | |
static int | op_pager_prev_page (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Move to the previous page - Implements pager_function_t -. | |
static int | op_pager_search (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Search for a regular expression - Implements pager_function_t -. | |
static int | op_pager_search_next (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Search for next match - Implements pager_function_t -. | |
static int | op_pager_skip_headers (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Jump to first line after headers - Implements pager_function_t -. | |
static int | op_pager_skip_quoted (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Skip beyond quoted text - Implements pager_function_t -. | |
static int | op_pager_top (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Jump to the top of the message - Implements pager_function_t -. | |
static int | op_exit (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Exit this menu - Implements pager_function_t -. | |
static int | op_help (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
This screen - Implements pager_function_t -. | |
static int | op_save (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Save the Pager text - Implements pager_function_t -. | |
static int | op_search_toggle (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Toggle search pattern coloring - Implements pager_function_t -. | |
static int | op_view_attachments (struct IndexSharedData *shared, struct PagerPrivateData *priv, int op) |
Show MIME attachments - Implements pager_function_t -. | |
Prototype for a Pager Function.
shared | Shared Index data |
priv | Private Index data |
op | Operation to perform, e.g. OP_MAIN_LIMIT |
enum | FunctionRetval |
|
static |
Jump to the bottom of the message - Implements pager_function_t -.
Definition at line 404 of file functions.c.
|
static |
Scroll down 1/2 page - Implements pager_function_t -.
Definition at line 416 of file functions.c.
|
static |
Scroll up 1/2 page - Implements pager_function_t -.
Definition at line 442 of file functions.c.
|
static |
Toggle display of quoted text - Implements pager_function_t -.
Definition at line 462 of file functions.c.
|
static |
Scroll down one line - Implements pager_function_t -.
Definition at line 484 of file functions.c.
|
static |
Move to the next page - Implements pager_function_t -.
Definition at line 510 of file functions.c.
|
static |
Scroll up one line - Implements pager_function_t -.
Definition at line 536 of file functions.c.
|
static |
Move to the previous page - Implements pager_function_t -.
Definition at line 554 of file functions.c.
|
static |
Search for a regular expression - Implements pager_function_t -.
This function handles:
Definition at line 578 of file functions.c.
|
static |
Search for next match - Implements pager_function_t -.
This function handles:
Definition at line 726 of file functions.c.
|
static |
Jump to first line after headers - Implements pager_function_t -.
Definition at line 821 of file functions.c.
|
static |
Skip beyond quoted text - Implements pager_function_t -.
Definition at line 860 of file functions.c.
|
static |
Jump to the top of the message - Implements pager_function_t -.
Definition at line 960 of file functions.c.
|
static |
Exit this menu - Implements pager_function_t -.
Definition at line 974 of file functions.c.
|
static |
This screen - Implements pager_function_t -.
Definition at line 984 of file functions.c.
|
static |
Save the Pager text - Implements pager_function_t -.
Definition at line 1000 of file functions.c.
|
static |
Toggle search pattern coloring - Implements pager_function_t -.
Definition at line 1058 of file functions.c.
|
static |
Show MIME attachments - Implements pager_function_t -.
Definition at line 1072 of file functions.c.