Prototype for a Pager Function. More...
Functions | |
| static int | op_first_entry (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Move to the first entry - Implements pager_function_t -. | |
| static int | op_last_entry (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Move to the last entry - Implements pager_function_t -. | |
| static int | op_pager_half_down (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll down 1/2 page - Implements pager_function_t -. | |
| static int | op_pager_half_up (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll up 1/2 page - Implements pager_function_t -. | |
| static int | op_pager_hide_quoted (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Toggle display of quoted text - Implements pager_function_t -. | |
| static int | op_pager_next_line (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll down one line - Implements pager_function_t -. | |
| static int | op_pager_next_page (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Move to the next page - Implements pager_function_t -. | |
| static int | op_pager_prev_line (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Scroll up one line - Implements pager_function_t -. | |
| static int | op_pager_prev_page (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Move to the previous page - Implements pager_function_t -. | |
| static int | op_pager_search (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Search for a regular expression - Implements pager_function_t -. | |
| static int | op_pager_search_next (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Search for next match - Implements pager_function_t -. | |
| static int | op_pager_skip_headers (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Jump to first line after headers - Implements pager_function_t -. | |
| static int | op_pager_skip_quoted (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Skip beyond quoted text - Implements pager_function_t -. | |
| static int | op_exit (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Exit this menu - Implements pager_function_t -. | |
| static int | op_quit (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Save changes to mailbox and quit - Implements pager_function_t -. | |
| static int | op_help (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Help screen - Implements pager_function_t -. | |
| static int | op_save (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Save the Pager text - Implements pager_function_t -. | |
| static int | op_search_toggle (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Toggle search pattern coloring - Implements pager_function_t -. | |
| static int | op_view_attachments (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Show MIME attachments - Implements pager_function_t -. | |
| static int | op_ignore (struct PagerFunctionData *fdata, const struct KeyEvent *event) |
| Ignore this function - Implements pager_function_t -. | |
Prototype for a Pager Function.
| fdata | Pager Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Move to the first entry - Implements pager_function_t -.
Definition at line 225 of file functions.c.
|
static |
Move to the last entry - Implements pager_function_t -.
Definition at line 245 of file functions.c.
|
static |
Scroll down 1/2 page - Implements pager_function_t -.
Definition at line 260 of file functions.c.
|
static |
Scroll up 1/2 page - Implements pager_function_t -.
Definition at line 299 of file functions.c.
|
static |
Toggle display of quoted text - Implements pager_function_t -.
Definition at line 320 of file functions.c.
|
static |
Scroll down one line - Implements pager_function_t -.
Definition at line 342 of file functions.c.
|
static |
Move to the next page - Implements pager_function_t -.
Definition at line 363 of file functions.c.
|
static |
Scroll up one line - Implements pager_function_t -.
Definition at line 403 of file functions.c.
|
static |
Move to the previous page - Implements pager_function_t -.
Definition at line 423 of file functions.c.
|
static |
Search for a regular expression - Implements pager_function_t -.
This function handles:
Definition at line 451 of file functions.c.
|
static |
Search for next match - Implements pager_function_t -.
This function handles:
Definition at line 603 of file functions.c.
|
static |
Jump to first line after headers - Implements pager_function_t -.
Definition at line 707 of file functions.c.
|
static |
Skip beyond quoted text - Implements pager_function_t -.
With a count prefix, skip N quoted blocks instead of 1.
Definition at line 838 of file functions.c.
|
static |
Exit this menu - Implements pager_function_t -.
Definition at line 861 of file functions.c.
|
static |
Save changes to mailbox and quit - Implements pager_function_t -.
Close the Pager and ask the Index to quit NeoMutt. The Index will save any changes to the Mailbox and close it.
Definition at line 875 of file functions.c.
|
static |
Help screen - Implements pager_function_t -.
Definition at line 893 of file functions.c.
|
static |
Save the Pager text - Implements pager_function_t -.
Definition at line 910 of file functions.c.
|
static |
Toggle search pattern coloring - Implements pager_function_t -.
Definition at line 970 of file functions.c.
|
static |
Show MIME attachments - Implements pager_function_t -.
Definition at line 984 of file functions.c.
|
static |
Ignore this function - Implements pager_function_t -.
Definition at line 1007 of file functions.c.