24 #ifndef MUTT_ICOMMANDS_H 25 #define MUTT_ICOMMANDS_H CommandResult
Error codes for command_t parse functions.
char * name
Name of the command.
String manipulation buffer.
An Informational Command.
enum CommandResult(* parse)(struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err)
Function to parse information commands.
Definitions of NeoMutt commands.
enum CommandResult mutt_parse_icommand(char *line, struct Buffer *err)
Parse an informational command.
intptr_t data
Private data to pass to the command.