23#ifndef MUTT_MAILDIR_MDEMAIL_H
24#define MUTT_MAILDIR_MDEMAIL_H
#define ARRAY_HEAD(name, type)
Define a named struct for arrays of elements of a certain type.
void maildir_entry_free(struct MdEmail **ptr)
Free a Maildir object.
struct MdEmail * maildir_entry_new(void)
Create a new Maildir entry.
void maildirarray_clear(struct MdEmailArray *mda)
Free a Maildir array.
Convenience wrapper for the library headers.
The envelope/body of an email.
bool header_parsed
Has the Email header been parsed?
char * canon_fname
Canonical filename for hashing.
struct Email * email
Temporary Email.
ino_t inode
Inode number of the file.