NeoMutt  2024-02-01-35-geee02f
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Message Struct Reference

A local copy of an email. More...

#include "message.h"

Data Fields

FILE * fp
 pointer to the message data
 
char * path
 path to temp file
 
char * committed_path
 the final path generated by mx_msg_commit()
 
bool write
 nonzero if message is open for writing
 
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.
 
time_t received
 Time at which this message was received.
 

Detailed Description

A local copy of an email.

Definition at line 33 of file message.h.

Field Documentation

◆ fp

FILE* Message::fp

pointer to the message data

Definition at line 35 of file message.h.

◆ path

char* Message::path

path to temp file

Definition at line 36 of file message.h.

◆ committed_path

char* Message::committed_path

the final path generated by mx_msg_commit()

Definition at line 37 of file message.h.

◆ write

bool Message::write

nonzero if message is open for writing

Definition at line 38 of file message.h.

◆ read

bool Message::read

Message has been read.

Definition at line 41 of file message.h.

◆ flagged

bool Message::flagged

Message is flagged.

Definition at line 42 of file message.h.

◆ replied

bool Message::replied

Message has been replied to.

Definition at line 43 of file message.h.

◆ draft

bool Message::draft

Message has been read.

Definition at line 44 of file message.h.

◆ 

struct { ... } Message::flags

Flags for the Message.

◆ received

time_t Message::received

Time at which this message was received.

Definition at line 46 of file message.h.


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