The Compose Bar Window displays status info about the email.
Windows
Name | Type | See Also |
Compose Bar Window | WT_STATUS_BAR | cbar_new() |
Parent
Children
None.
Data
The Compose Bar Window stores its data (ComposeBarData) in MuttWindow::wdata.
Events
Once constructed, it is controlled by the following events:
Data
Functions
Function | Description | Links |
cbar_color_observer() | Notification that a Color has changed | observer_t, observer_api |
cbar_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
cbar_email_observer() | Notification that the Email has changed | observer_t, observer_api |
cbar_new() | Create the Compose Bar (status) | |
cbar_recalc() | Recalculate the Window data | MuttWindow::recalc(), window_recalc |
cbar_repaint() | Repaint the Window | MuttWindow::repaint(), window_repaint |
cbar_window_observer() | Notification that a Window has changed | observer_t, observer_api |
compose_a_num() | Compose: Number of attachments | ExpandoRenderData::get_number(), expando_get_number_api |
compose_h() | Compose: Hostname | ExpandoRenderData::get_string(), expando_get_string_api |
compose_l() | Compose: Size in bytes | ExpandoRenderData::get_string(), expando_get_string_api |
compose_l_num() | Compose: Size in bytes | ExpandoRenderData::get_number(), expando_get_number_api |
compose_v() | Compose: Version | ExpandoRenderData::get_string(), expando_get_string_api |
num_attachments() | Count the number of attachments | |