23#ifndef MUTT_COLOR_QUOTED_H
24#define MUTT_COLOR_QUOTED_H
28#define COLOR_QUOTED(cid) (((cid) >= MT_COLOR_QUOTED0) && ((cid) <= MT_COLOR_QUOTED9))
Color and attribute parsing.
struct AttrColor * quoted_colors_get(int q)
Return the color of a quote, cycling through the used quotes.
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.
A curses colour and its attributes.