23#ifndef MUTT_COLOR_QUOTED_H
24#define MUTT_COLOR_QUOTED_H
35#define COLOR_QUOTES_MAX 10
39#define COLOR_QUOTED(cid) ((cid) == MT_COLOR_QUOTED)
Color and attribute parsing.
ColorId
List of all coloured objects.
CommandResult
Error codes for command_t parse functions.
Convenience wrapper for the core headers.
enum CommandResult quoted_colors_parse_uncolor(enum ColorId cid, int q_level, struct Buffer *err)
Parse the 'uncolor quoted' command.
struct AttrColor * quoted_colors_get(int q)
Return the color of a quote, cycling through the used quotes.
bool quoted_colors_parse_color(enum ColorId cid, struct AttrColor *ac_val, int q_level, int *rc, struct Buffer *err)
Parse the 'color quoted' command.
int quoted_colors_num_used(void)
Return the number of used quotes.
void quoted_colors_init(void)
Initialise the Quoted colours.
void quoted_colors_reset(void)
Reset the quoted-email colours.
void quoted_colors_cleanup(void)
Cleanup the quoted-email colours.
struct AttrColor QuotedColors[]
Array of colours for quoted email text.
A curses colour and its attributes.
String manipulation buffer.