NeoMutt  2024-04-16-36-g75b6fb
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
MailboxView Struct Reference

View of a Mailbox. More...

#include "mview.h"

+ Collaboration diagram for MailboxView:

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 ThreadsContextthreads
 Threads context.
 
int msg_in_pager
 Message currently shown in the pager.
 
struct Menumenu
 Needed for pattern compilation.
 
bool collapsed: 1
 Are all threads collapsed?
 
struct Mailboxmailbox
 Current Mailbox.
 
struct Notifynotify
 Notifications: NotifyMview, EventMview.
 

Detailed Description

View of a Mailbox.

Definition at line 39 of file mview.h.

Field Documentation

◆ vsize

off_t MailboxView::vsize

Size (in bytes) of the messages shown.

Definition at line 41 of file mview.h.

◆ pattern

char* MailboxView::pattern

Limit pattern string.

Definition at line 42 of file mview.h.

◆ limit_pattern

struct PatternList* MailboxView::limit_pattern

Compiled limit pattern.

Definition at line 43 of file mview.h.

◆ threads

struct ThreadsContext* MailboxView::threads

Threads context.

Definition at line 44 of file mview.h.

◆ msg_in_pager

int MailboxView::msg_in_pager

Message currently shown in the pager.

Definition at line 45 of file mview.h.

◆ menu

struct Menu* MailboxView::menu

Needed for pattern compilation.

Definition at line 47 of file mview.h.

◆ collapsed

bool MailboxView::collapsed

Are all threads collapsed?

Definition at line 49 of file mview.h.

◆ mailbox

struct Mailbox* MailboxView::mailbox

Current Mailbox.

Definition at line 51 of file mview.h.

◆ notify

struct Notify* MailboxView::notify

Notifications: NotifyMview, EventMview.

Definition at line 52 of file mview.h.


The documentation for this struct was generated from the following file: