Data shared between Index, Pager and Sidebar
| Function | Description | Links |
|---|---|---|
| index_shared_account_observer() | Notification that an Account has changed | observer_t, observer_api |
| index_shared_data_free() | Free Shared Index Data | MuttWindow::wdata_free(), window_wdata_free |
| index_shared_data_is_cur_email() | Check whether an email is the currently selected Email | |
| index_shared_data_new() | Create new Index Data | |
| index_shared_data_set_email() | Set the current Email for the Index and friends | |
| index_shared_data_set_mview() | Set the MailboxView for the Index and friends | |
| index_shared_email_observer() | Notification that an Email has changed | observer_t, observer_api |
| index_shared_mailbox_observer() | Notification that a Mailbox has changed | observer_t, observer_api |
| index_shared_mview_observer() | Notification that the MailboxView has changed | observer_t, observer_api |