|
| ARRAY_HEAD (SbEntryArray, struct SbEntry *) |
|
void | sb_add_mailbox (struct SidebarWindowData *wdata, struct Mailbox *m) |
| Add a Mailbox to the Sidebar. More...
|
|
void | sb_remove_mailbox (struct SidebarWindowData *wdata, struct Mailbox *m) |
| Remove a Mailbox from the Sidebar. More...
|
|
void | sb_set_current_mailbox (struct SidebarWindowData *wdata, struct Mailbox *m) |
| Set the current Mailbox. More...
|
|
struct Mailbox * | sb_get_highlight (struct MuttWindow *win) |
| Get the Mailbox that's highlighted in the sidebar. More...
|
|
enum CommandResult | sb_parse_unwhitelist (struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err) |
| Parse the 'unsidebar_whitelist' command - Implements Command::parse() -. More...
|
|
enum CommandResult | sb_parse_whitelist (struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err) |
| Parse the 'sidebar_whitelist' command - Implements Command::parse() -. More...
|
|
bool | sb_next (struct SidebarWindowData *wdata) |
| Find the next unhidden Mailbox. More...
|
|
bool | sb_prev (struct SidebarWindowData *wdata) |
| Find the previous unhidden Mailbox. More...
|
|
int | sb_insertion_window_observer (struct NotifyCallback *nc) |
| Notification that a Window has changed - Implements observer_t -. More...
|
|
void | sb_win_add_observers (struct MuttWindow *win) |
| Add Observers to the Sidebar Window. More...
|
|
void | sb_sort_entries (struct SidebarWindowData *wdata, enum SortType sort) |
| Sort the Sidebar entries. More...
|
|
void | sb_wdata_free (struct MuttWindow *win, void **ptr) |
| Free Sidebar Window data - Implements MuttWindow::wdata_free() -. More...
|
|
struct SidebarWindowData * | sb_wdata_get (struct MuttWindow *win) |
| Get the Sidebar data for this window. More...
|
|
struct SidebarWindowData * | sb_wdata_new (struct MuttWindow *win, struct IndexSharedData *shared) |
| Create new Window data for the Sidebar. More...
|
|
int | sb_recalc (struct MuttWindow *win) |
| Recalculate the Sidebar display - Implements MuttWindow::recalc() -. More...
|
|
int | sb_repaint (struct MuttWindow *win) |
| Repaint the Sidebar display - Implements MuttWindow::repaint() -. More...
|
|
GUI display the mailboxes in a side panel.
- Authors
-
- 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 private.h.