Prototype for a Sidebar Function. More...
Functions | |
static int | op_sidebar_first (struct SidebarWindowData *wdata, int op) |
Selects the first unhidden mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_last (struct SidebarWindowData *wdata, int op) |
Selects the last unhidden mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_next (struct SidebarWindowData *wdata, int op) |
Selects the next unhidden mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_next_new (struct SidebarWindowData *wdata, int op) |
Selects the next new mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_open (struct SidebarWindowData *wdata, int op) |
Open highlighted mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_page_down (struct SidebarWindowData *wdata, int op) |
Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -. | |
static int | op_sidebar_page_up (struct SidebarWindowData *wdata, int op) |
Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -. | |
static int | op_sidebar_prev (struct SidebarWindowData *wdata, int op) |
Selects the previous unhidden mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_prev_new (struct SidebarWindowData *wdata, int op) |
Selects the previous new mailbox - Implements sidebar_function_t -. | |
static int | op_sidebar_toggle_visible (struct SidebarWindowData *wdata, int op) |
Make the sidebar (in)visible - Implements sidebar_function_t -. | |
static int | op_sidebar_toggle_virtual (struct SidebarWindowData *wdata, int op) |
Deprecated - Implements sidebar_function_t -. | |
Prototype for a Sidebar Function.
wdata | Sidebar Window data |
op | Operation to perform, e.g. OP_SIDEBAR_NEXT |
enum | FunctionRetval |
|
static |
Selects the first unhidden mailbox - Implements sidebar_function_t -.
Definition at line 129 of file functions.c.
|
static |
Selects the last unhidden mailbox - Implements sidebar_function_t -.
Definition at line 154 of file functions.c.
|
static |
Selects the next unhidden mailbox - Implements sidebar_function_t -.
Definition at line 178 of file functions.c.
|
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 198 of file functions.c.
|
static |
Open highlighted mailbox - Implements sidebar_function_t -.
Definition at line 223 of file functions.c.
|
static |
Selects the first entry in the next page of mailboxes - Implements sidebar_function_t -.
Definition at line 237 of file functions.c.
|
static |
Selects the last entry in the previous page of mailboxes - Implements sidebar_function_t -.
Definition at line 263 of file functions.c.
|
static |
Selects the previous unhidden mailbox - Implements sidebar_function_t -.
Definition at line 289 of file functions.c.
|
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 309 of file functions.c.
|
static |
Make the sidebar (in)visible - Implements sidebar_function_t -.
Definition at line 335 of file functions.c.
|
static |
Deprecated - Implements sidebar_function_t -.
Definition at line 345 of file functions.c.