NeoMutt  2023-03-22
Teaching an old dog new tricks
DOXYGEN
BrowserState Struct Reference

State of the file/mailbox browser. More...

#include "lib.h"

Data Fields

struct BrowserStateEntry entry
 Array of files / dirs / mailboxes. More...
 
bool imap_browse
 IMAP folder. More...
 
char * folder
 Folder name. More...
 
bool is_mailbox_list
 Viewing mailboxes. More...
 

Detailed Description

State of the file/mailbox browser.

Definition at line 110 of file lib.h.

Field Documentation

◆ entry

struct BrowserStateEntry BrowserState::entry

Array of files / dirs / mailboxes.

Definition at line 112 of file lib.h.

◆ imap_browse

bool BrowserState::imap_browse

IMAP folder.

Definition at line 114 of file lib.h.

◆ folder

char* BrowserState::folder

Folder name.

Definition at line 115 of file lib.h.

◆ is_mailbox_list

bool BrowserState::is_mailbox_list

Viewing mailboxes.

Definition at line 117 of file lib.h.


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