23#ifndef MUTT_CORE_MESSAGE_H
24#define MUTT_CORE_MESSAGE_H
struct Message * message_new(void)
Create a new Message.
void message_free(struct Message **ptr)
Free a Message.
A local copy of an email.
FILE * fp
pointer to the message data
char * path
path to temp file
struct Message::@264267271004327071125374067057142037276212342100 flags
Flags for the Message.
bool draft
Message has been read.
bool replied
Message has been replied to.
char * committed_path
the final path generated by mx_msg_commit()
time_t received
Time at which this message was received.
bool write
nonzero if message is open for writing
bool flagged
Message is flagged.
bool read
Message has been read.