Parse and Display pager data
| Function | Description | Links |
|---|---|---|
| append_line() | Add a new Line to the array | |
| buf_strip_formatting() | Removes ANSI and backspace formatting | |
| check_attachment_marker() | Check that the unique marker is present | |
| check_marker() | Check that the unique marker is present | |
| check_protected_header_marker() | Check that the unique marker is present | |
| check_sig() | Check for an email signature | |
| color_is_header() | Colour is for an Email header | |
| comp_syntax_t() | Search for a Syntax using bsearch(3) | |
| display_line() | Print a line on screen | |
| fill_buffer() | Fill a buffer from a file | |
| format_line() | Display a line of text in the pager | |
| match_body_patterns() | Match body patterns, e.g. color quoted | |
| mutt_is_quote_line() | Is a line of message text a quote? | |
| resolve_color() | Set the colour for a line of text | |
| resolve_types() | Determine the style for a line of text |