NeoMutt  2024-04-25-1-g3de005
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MhEmail Struct Reference

A Mh Email helper. More...

#include "mhemail.h"

+ Collaboration diagram for MhEmail:

Data Fields

struct Emailemail
 Temporary Email.
 
char * canon_fname
 Canonical filename for hashing.
 
bool header_parsed
 Has the Email header been parsed?
 
ino_t inode
 Inode number of the file.
 

Detailed Description

A Mh Email helper.

Used during scanning

Definition at line 35 of file mhemail.h.

Field Documentation

◆ email

struct Email* MhEmail::email

Temporary Email.

Definition at line 37 of file mhemail.h.

◆ canon_fname

char* MhEmail::canon_fname

Canonical filename for hashing.

Definition at line 38 of file mhemail.h.

◆ header_parsed

bool MhEmail::header_parsed

Has the Email header been parsed?

Definition at line 39 of file mhemail.h.

◆ inode

ino_t MhEmail::inode

Inode number of the file.

Definition at line 40 of file mhemail.h.


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