CommandResult
Error codes for command_t parse functions.
Convenience wrapper for the core headers.
int mutt_extract_token(struct Buffer *dest, struct Buffer *tok, TokenFlags flags)
Extract one token from a string.
enum CommandResult mutt_parse_rc_line(const char *line, struct Buffer *err)
Parse a line of user config.
enum CommandResult mutt_parse_rc_buffer(struct Buffer *line, struct Buffer *token, struct Buffer *err)
Parse a line of user config.
void init_config(struct ConfigSet *cs)
Initialise the config system.
int mutt_query_variables(struct ListHead *queries, bool show_docs)
Implement the -Q command line flag.
void mutt_opts_free(void)
Clean up before quitting.
int mutt_init(struct ConfigSet *cs, bool skip_sys_rc, struct ListHead *commands)
Initialise NeoMutt.
Many unsorted constants and some structs.
uint16_t TokenFlags
Flags for mutt_extract_token(), e.g. MUTT_TOKEN_EQUAL.
struct CommandArray commands
String manipulation buffer.
Container for lots of config items.