struct AttachCtx * mutt_actx_new(void)
Create a new Attachment Context.
void mutt_actx_free(struct AttachCtx **ptr)
Free an Attachment Context.
GUI display the mailboxes in a side panel.
struct ComposeAttachData * attach_data_new(struct Email *e)
Create new Compose Attach Data.
void * mutt_mem_calloc(size_t nmemb, size_t size)
Allocate zeroed memory on the heap.
Convenience wrapper for the library headers.
struct Email * email
Used by recvattach for updating.
Data to fill the Compose Attach Window.
struct Menu * menu
Menu displaying the attachments.
struct AttachCtx * actx
Set of attachments.
The envelope/body of an email.