Go to the source code of this file.
Functions | |
void | sb_init (void) |
Set up the Sidebar. More... | |
void | sb_shutdown (void) |
Clean up the Sidebar. More... | |
void | sb_change_mailbox (struct MuttWindow *win, int op) |
Perform a Sidebar function. 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... | |
GUI display the mailboxes in a side panel
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 lib.h.
void sb_init | ( | void | ) |
void sb_shutdown | ( | void | ) |
void sb_change_mailbox | ( | struct MuttWindow * | win, |
int | op | ||
) |
Perform a Sidebar function.
win | Sidebar Window |
op | Operation to perform, e.g. OP_SIDEBAR_NEXT_NEW |
Definition at line 265 of file functions.c.
struct Mailbox* sb_get_highlight | ( | struct MuttWindow * | win | ) |
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()
Definition at line 61 of file commands.c.
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()
Definition at line 42 of file commands.c.