NeoMutt  2024-03-23-23-gec7045
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Attachments window

The Compose Attachments Window displays the attachments of an email.

Windows

Name Type See Also
Compose Attachments Window WT_MENU attach_new()

Parent

Children

None.

Data

The Compose Attachments Window stores its data (ComposeAttachData) in Menu::mdata.

Events

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()

Functions

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