42#ifndef MUTT_SIDEBAR_LIB_H
43#define MUTT_SIDEBAR_LIB_H
CommandResult
Error codes for command_t parse functions.
enum CommandResult parse_sidebar_unpin(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse the 'sidebar-unpin' command - Implements Command::parse() -.
enum CommandResult parse_sidebar_pin(const struct Command *cmd, struct Buffer *line, struct Buffer *err)
Parse the 'sidebar-pin' command - Implements Command::parse() -.
int sb_function_dispatcher(struct MuttWindow *win, const struct KeyEvent *event)
Perform a Sidebar function - Implements function_dispatcher_t -.
String manipulation buffer.
An event such as a keypress.