View of a Mailbox
| Function | Description | Links |
|---|---|---|
| ea_add_tagged() | Get an array of the tagged Emails | |
| message_is_tagged() | Is a message in the index tagged (and within limit) | |
| mutt_get_virt_email() | Get a virtual Email | |
| mutt_limit_current_thread() | Limit the email view to the current thread | |
| mview_clean() | Release memory and initialize a MailboxView | |
| mview_free() | Free a MailboxView | |
| mview_has_limit() | Is a limit active? | |
| mview_mailbox() | Wrapper to get the mailbox in a MailboxView, or NULL | |
| mview_mailbox_observer() | Notification that a Mailbox has changed | observer_t, observer_api |
| mview_new() | Create a new MailboxView | |
| mview_update() | Update the MailboxView's message counts | |
| top_of_thread() | Find the first email in the current thread | |
| update_tables() | Update a MailboxView's internal tables |