The Postponed Email Selection Dialog lets the user set a postponed (draft) email.
This is a Simple Dialog
Name | Type | See Also |
---|---|---|
Postponed Email Selection Dialog | WT_DLG_POSTPONED | dlg_postponed() |
Parent
Children
The Simple Dialog holds a Menu. The Autocrypt Account Dialog stores its data (Mailbox) in Menu::mdata.
Once constructed, it is controlled by the following events:
Event Type | Handler |
---|---|
NT_CONFIG | postponed_config_observer() |
NT_WINDOW | postponed_window_observer() |
The Postponed Email Selection Dialog doesn't have any specific colours, so it doesn't need to support NT_COLOR.
The Postponed Email Selection Dialog does not implement MuttWindow::recalc() or MuttWindow::repaint().
Some other events are handled by the Simple Dialog.
Function | Description | Links |
---|---|---|
dlg_postponed() | Create a Menu to select a postponed message | gui_dlg |
post_color() | Calculate the colour for a line of the postpone index | Menu::color(), menu_color |
post_make_entry() | Format an Email for the Menu | Menu::make_entry(), menu_make_entry |
postponed_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
postponed_window_observer() | Notification that a Window has changed | observer_t, observer_api |