NeoMutt  2024-03-23-147-g885fbc
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Attachment Selection Dialog

The Attachment Selection Dialog lets the user select an email attachment.

This is a Simple Dialog

Windows

Name Type See Also
Attachment Selection Dialog WT_DLG_ATTACHMENT dlg_attachment()

Parent

Children

Data

The Simple Dialog holds a Menu. The Attachment Selection Dialog stores its data (AttachCtx) in Menu::mdata.

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_CONFIG attach_config_observer()
NT_WINDOW attach_window_observer()

The Attachment Selection Dialog doesn't have any specific colours, so it doesn't need to support NT_COLOR.

The Attachment Selection Dialog does not implement MuttWindow::recalc() or MuttWindow::repaint().

Some other events are handled by the Simple Dialog.

Data

Data Description Links
AttachRenderData Callbacks for Attachment Expandos

Functions

Function Description Links
attach_c() Attachment: Requires conversion flag ExpandoRenderData::get_string(), expando_get_string_api
attach_config_observer() Notification that a Config Variable has changed observer_t, observer_api
attach_d() Attachment: Description ExpandoRenderData::get_string(), expando_get_string_api
attach_e() Attachment: MIME type ExpandoRenderData::get_string(), expando_get_string_api
attach_f() Attachment: Filename ExpandoRenderData::get_string(), expando_get_string_api
attach_m() Attachment: Major MIME type ExpandoRenderData::get_string(), expando_get_string_api
attach_make_entry() Format an Attachment for the Menu Menu::make_entry(), menu_make_entry
attach_n_num() Attachment: Index number ExpandoRenderData::get_number(), expando_get_number_api
attach_s() Attachment: Size ExpandoRenderData::get_string(), expando_get_string_api
attach_s_num() Attachment: Size ExpandoRenderData::get_number(), expando_get_number_api
attach_t() Attachment: Is Tagged ExpandoRenderData::get_string(), expando_get_string_api
attach_t_num() Attachment: Is Tagged ExpandoRenderData::get_number(), expando_get_number_api
attach_tag() Tag an attachment Menu::tag(), menu_tag
attach_u() Attachment: Unlink flag ExpandoRenderData::get_string(), expando_get_string_api
attach_u_num() Attachment: Unlink flag ExpandoRenderData::get_number(), expando_get_number_api
attach_window_observer() Notification that a Window has changed observer_t, observer_api
dlg_attachment() Show the attachments in a Menu gui_dlg