The Compose Attachments Window displays the attachments of an email.
Name | Type | See Also |
---|---|---|
Compose Attachments Window | WT_MENU | attach_new() |
Parent
Children
None.
The Compose Attachments Window stores its data (ComposeAttachData) in Menu::mdata.
Once constructed, it is controlled by the following events:
Event Type | Handler |
---|---|
NT_CONFIG | attach_config_observer() |
NT_EMAIL | attach_email_observer() |
NT_WINDOW | attach_window_observer() |
Function | Description | Links |
---|---|---|
attach_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
attach_email_observer() | Notification that the Email has changed | observer_t, observer_api |
attach_new() | Create the Attachments Menu | |
attach_window_observer() | Notification that a Window has changed | observer_t, observer_api |
compose_attach_tag() | Tag an attachment | Menu::tag(), menu_tag |
compose_make_entry() | Format an Attachment for the Menu | Menu::make_entry(), menu_make_entry |
cum_attachs_size() | Cumulative Attachments Size |