NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ContentState Struct Reference

Info about the body of an email. More...

#include "content.h"

Data Fields

bool from
 Is the current line a prefix of "From "?
 
int whitespace
 Number of trailing whitespaces.
 
bool dot
 Was the last character a dot?
 
int linelen
 Length of the current line.
 
bool was_cr
 Was the last character CR?
 

Detailed Description

Info about the body of an email.

Holds the state of content information detection after processing a certain number of characters.

Definition at line 56 of file content.h.

Field Documentation

◆ from

bool ContentState::from

Is the current line a prefix of "From "?

Definition at line 58 of file content.h.

◆ whitespace

int ContentState::whitespace

Number of trailing whitespaces.

Definition at line 59 of file content.h.

◆ dot

bool ContentState::dot

Was the last character a dot?

Definition at line 60 of file content.h.

◆ linelen

int ContentState::linelen

Length of the current line.

Definition at line 61 of file content.h.

◆ was_cr

bool ContentState::was_cr

Was the last character CR?

Definition at line 62 of file content.h.


The documentation for this struct was generated from the following file: