|
bool | sb_next (struct SidebarWindowData *wdata) |
| Find the next unhidden Mailbox.
|
|
static struct SbEntry ** | sb_next_new (struct SidebarWindowData *wdata, size_t begin, size_t end) |
| Return the next mailbox with new messages.
|
|
bool | sb_prev (struct SidebarWindowData *wdata) |
| Find the previous unhidden Mailbox.
|
|
static struct SbEntry ** | sb_prev_new (struct SidebarWindowData *wdata, size_t begin, size_t end) |
| Return the previous mailbox with new messages.
|
|
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 -.
|
|
int | sb_function_dispatcher (struct MuttWindow *win, int op) |
| Perform a Sidebar function - Implements function_dispatcher_t -.
|
|
Sidebar functions.
- Authors
- Pietro Cerutti
- Richard Russon
- Copyright
- This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file functions.c.