The Index Window displays a list of emails to the user.
Name | Type | See Also |
---|---|---|
Index Window | WT_DLG_INDEX | index_window_new() |
Parent
Children
None.
The Index Window stores its data (IndexPrivateData) in MuttWindow::wdata.
Once constructed, it is controlled by the following events:
The Index Window does not implement MuttWindow::recalc() or MuttWindow::repaint().
Some other events are handled by the window's children.
Function | Description | Links |
---|---|---|
config_check_index() | Does this config option affect the Index? | |
config_check_sort() | Does this config option affect the Index sorting? | |
config_reply_regex() | React to changes to $reply_regex | |
config_sort() | React to changes to "sort" | |
config_use_threads() | React to changes to "use_threads" | |
get_current_mailbox() | Get the current Mailbox | |
get_current_mailbox_view() | Get the current Mailbox view | |
get_current_menu() | Get the current Menu | |
index_adjust_sort_threads() | Adjust use_threads/sort/sort_aux | |
index_altern_observer() | Notification that an 'alternates' command has occurred | observer_t, observer_api |
index_attach_observer() | Notification that an 'attachments' command has occurred | observer_t, observer_api |
index_color_observer() | Notification that a Color has changed | observer_t, observer_api |
index_config_observer() | Notification that a Config Variable has changed | observer_t, observer_api |
index_global_observer() | Notification that a Global event occurred | observer_t, observer_api |
index_index_observer() | Notification that the Index has changed | observer_t, observer_api |
index_menu_observer() | Notification that the Menu has changed | observer_t, observer_api |
index_recalc() | Recalculate the Index display | MuttWindow::recalc(), window_recalc |
index_repaint() | Repaint the Index display | MuttWindow::repaint(), window_repaint |
index_score_observer() | Notification that a 'score' command has occurred | observer_t, observer_api |
index_subjrx_observer() | Notification that a 'subjectrx' command has occurred | observer_t, observer_api |
index_window_new() | Create a new Index Window (list of Emails) | |
index_window_observer() | Notification that a Window has changed | observer_t, observer_api |
sort_use_threads_warn() | Alert the user to odd $sort settings |