41#ifndef MUTT_SIDEBAR_LIB_H
42#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, int op)
Perform a Sidebar function - Implements function_dispatcher_t -.
String manipulation buffer.