NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MdEmail Struct Reference

A Maildir Email helper. More...

#include "mdemail.h"

+ Collaboration diagram for MdEmail:

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 Maildir Email helper.

Definition at line 33 of file mdemail.h.

Field Documentation

◆ email

struct Email* MdEmail::email

Temporary Email.

Definition at line 35 of file mdemail.h.

◆ canon_fname

char* MdEmail::canon_fname

Canonical filename for hashing.

Definition at line 36 of file mdemail.h.

◆ header_parsed

bool MdEmail::header_parsed

Has the Email header been parsed?

Definition at line 37 of file mdemail.h.

◆ inode

ino_t MdEmail::inode

Inode number of the file.

Definition at line 38 of file mdemail.h.


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