24#ifndef MUTT_COMPOSE_PRIVATE_H
25#define MUTT_COMPOSE_PRIVATE_H
struct MuttWindow * preview_window_new(struct Email *e, struct MuttWindow *bar)
Create the preview window.
unsigned long cum_attachs_size(struct ConfigSubset *sub, struct ComposeAttachData *adata)
Cumulative Attachments Size.
void update_menu(struct AttachCtx *actx, struct Menu *menu, bool init)
Redraw the compose window.
void attachment_size_fixed(struct MuttWindow *win)
Make the Attachment Window fixed-size.
struct MuttWindow * attach_new(struct MuttWindow *parent, struct ComposeSharedData *shared)
Create the Attachments Menu.
void attachment_size_max(struct MuttWindow *win)
Make the Attachment Window maximised.
int preview_function_dispatcher(struct MuttWindow *win, int op)
Perform a preview function - Implements function_dispatcher_t -.
Data to fill the Compose Attach Window.
A set of inherited config items.
The envelope/body of an email.
struct MuttWindow * parent
Parent Window.