NeoMutt  2023-05-17-56-ga67199
Teaching an old dog new tricks
DOXYGEN
Message Struct Reference

A local copy of an email. More...

#include "mxapi.h"

Data Fields

FILE * fp
 pointer to the message data More...
 
char * path
 path to temp file More...
 
char * committed_path
 the final path generated by mx_msg_commit() More...
 
bool write
 nonzero if message is open for writing More...
 
struct {
   bool   read: 1
 Message has been read. More...
 
   bool   flagged: 1
 Message is flagged. More...
 
   bool   replied: 1
 Message has been replied to. More...
 
   bool   draft: 1
 Message has been read. More...
 
flags
 Flags for the Message. More...
 
time_t received
 Time at which this message was received. More...
 

Detailed Description

A local copy of an email.

Definition at line 42 of file mxapi.h.

Field Documentation

◆ fp

FILE* Message::fp

pointer to the message data

Definition at line 44 of file mxapi.h.

◆ path

char* Message::path

path to temp file

Definition at line 45 of file mxapi.h.

◆ committed_path

char* Message::committed_path

the final path generated by mx_msg_commit()

Definition at line 46 of file mxapi.h.

◆ write

bool Message::write

nonzero if message is open for writing

Definition at line 47 of file mxapi.h.

◆ read

bool Message::read

Message has been read.

Definition at line 50 of file mxapi.h.

◆ flagged

bool Message::flagged

Message is flagged.

Definition at line 51 of file mxapi.h.

◆ replied

bool Message::replied

Message has been replied to.

Definition at line 52 of file mxapi.h.

◆ draft

bool Message::draft

Message has been read.

Definition at line 53 of file mxapi.h.

◆ 

struct { ... } Message::flags

Flags for the Message.

◆ received

time_t Message::received

Time at which this message was received.

Definition at line 55 of file mxapi.h.


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