#include "mview.h"
Data Fields | |
| off_t | vsize |
| Size (in bytes) of the messages shown. | |
| char * | pattern |
| Limit pattern string. | |
| struct PatternList * | limit_pattern |
| Compiled limit pattern. | |
| struct ThreadsContext * | threads |
| Threads context. | |
| int | msg_in_pager |
| Message currently shown in the pager. | |
| struct Menu * | menu |
| Needed for pattern compilation. | |
| bool | collapsed: 1 |
| Are all threads collapsed? | |
| struct Mailbox * | mailbox |
| Current Mailbox. | |
| struct Notify * | notify |
| Notifications: NotifyMview, EventMview. | |
| off_t MailboxView::vsize |
| struct PatternList* MailboxView::limit_pattern |
| struct ThreadsContext* MailboxView::threads |
| int MailboxView::msg_in_pager |
| struct Menu* MailboxView::menu |
| struct Notify* MailboxView::notify |
Notifications: NotifyMview, EventMview.