Prototype for a Sidebar Function. More...
Collaboration diagram for Sidebar Function API:Functions | |
| static int | op_sidebar_first (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the first unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_last (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the last unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_next (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the next unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_next_new (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the next new mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_open (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Open highlighted mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_page_down (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -. | |
| static int | op_sidebar_page_up (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -. | |
| static int | op_sidebar_prev (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the previous unhidden mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_prev_new (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the previous new mailbox - Implements sidebar_function_t -. | |
| static int | op_sidebar_toggle_visible (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Make the sidebar (in)visible - Implements sidebar_function_t -. | |
| static int | op_sidebar_toggle_virtual (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Deprecated - Implements sidebar_function_t -. | |
| static int | op_sidebar_abort_search (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Close the Sidebar Search - Implements sidebar_function_t -. | |
| static int | op_sidebar_start_search (struct SidebarFunctionData *fdata, const struct KeyEvent *event) |
| Selects the last unhidden mailbox - Implements sidebar_function_t -. | |
Prototype for a Sidebar Function.
| fdata | Sidebar Function context data |
| event | Event to process |
| enum | FunctionRetval |
|
static |
Selects the first unhidden mailbox - Implements sidebar_function_t -.
Definition at line 237 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the last unhidden mailbox - Implements sidebar_function_t -.
Definition at line 263 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the next unhidden mailbox - Implements sidebar_function_t -.
Definition at line 288 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the next new mailbox - Implements sidebar_function_t -.
Search down the list of mail folders for one containing new mail.
Definition at line 321 of file functions.c.
Here is the call graph for this function:
|
static |
Open highlighted mailbox - Implements sidebar_function_t -.
Definition at line 359 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -.
Definition at line 374 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -.
Definition at line 405 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the previous unhidden mailbox - Implements sidebar_function_t -.
Definition at line 436 of file functions.c.
Here is the call graph for this function:
|
static |
Selects the previous new mailbox - Implements sidebar_function_t -.
Search up the list of mail folders for one containing new mail.
Definition at line 469 of file functions.c.
Here is the call graph for this function:
|
static |
Make the sidebar (in)visible - Implements sidebar_function_t -.
Definition at line 508 of file functions.c.
Here is the call graph for this function:
|
static |
Deprecated - Implements sidebar_function_t -.
Definition at line 519 of file functions.c.
|
static |
Close the Sidebar Search - Implements sidebar_function_t -.
Close the Sidebar Search without a selection.
Definition at line 597 of file functions.c.
|
static |
Selects the last unhidden mailbox - Implements sidebar_function_t -.
Definition at line 610 of file functions.c.
Here is the call graph for this function: