Style of quoted text. More...
#include "quoted.h"
Data Fields | |
int | quote_n |
The quoteN colour index for this level. | |
struct AttrColor * | attr_color |
Colour and attribute of the text. | |
char * | prefix |
Prefix string, e.g. "> ". | |
size_t | prefix_len |
Length of the prefix string. | |
struct QuoteStyle * | prev |
struct QuoteStyle * | next |
Different quoting styles at the same level. | |
struct QuoteStyle * | up |
struct QuoteStyle * | down |
Parent (less quoted) and child (more quoted) levels. | |
Style of quoted text.
NeoMutt will store a tree of all the different email quoting levels it detects in an Email. If $quote_regex
matches, say both "> " and "| ", and the Email has three levels of indent, then the tree will contain two siblings each with a child and grandchild.
int QuoteStyle::quote_n |
struct AttrColor* QuoteStyle::attr_color |
struct QuoteStyle* QuoteStyle::prev |
struct QuoteStyle * QuoteStyle::next |
struct QuoteStyle* QuoteStyle::up |
struct QuoteStyle * QuoteStyle::down |