CommandResult
Error codes for command_t parse functions.
Convenience wrapper for the core headers.
enum CommandResult mutt_parse_unscore(struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err)
Parse the 'unscore' command - Implements Command::parse() -.
enum CommandResult mutt_parse_score(struct Buffer *buf, struct Buffer *s, intptr_t data, struct Buffer *err)
Parse the 'score' command - Implements Command::parse() -.
void mutt_check_rescore(struct Mailbox *m)
Do the emails need to have their scores recalculated?
void mutt_score_message(struct Mailbox *m, struct Email *e, bool upd_mbox)
Apply scoring to an email.
String manipulation buffer.
The envelope/body of an email.