NeoMutt
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
Envelope Window

The Envelope Window displays the header fields of an email.

Windows

Name Type See Also
Envelope Window WT_CUSTOM env_window_new()

Parent

Children

None.

Data

The Envelope Window stores its data (EnvelopeWindowData) in MuttWindow::wdata.

Events

Once constructed, it is controlled by the following events:

Event Type Handler
NT_COLOR env_color_observer()
NT_CONFIG env_config_observer()
NT_EMAIL (NT_ENVELOPE) env_email_observer()
NT_HEADER env_header_observer()
NT_WINDOW env_window_observer()
MuttWindow::recalc() env_recalc()
MuttWindow::repaint() env_repaint()