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

Info about folders in the sidebar. More...

#include "private.h"

+ Collaboration diagram for SbEntry:

Data Fields

char box [256]
 Mailbox path (possibly abbreviated)
 
char display [256]
 Formatted string to display.
 
int depth
 Indentation depth.
 
struct Mailboxmailbox
 Mailbox this represents.
 
bool is_hidden
 Don't show, e.g. $sidebar_new_mail_only.
 
const struct AttrColorcolor
 Colour to use.
 

Detailed Description

Info about folders in the sidebar.

Definition at line 40 of file private.h.

Field Documentation

◆ box

char SbEntry::box[256]

Mailbox path (possibly abbreviated)

Definition at line 42 of file private.h.

◆ display

char SbEntry::display[256]

Formatted string to display.

Definition at line 43 of file private.h.

◆ depth

int SbEntry::depth

Indentation depth.

Definition at line 44 of file private.h.

◆ mailbox

struct Mailbox* SbEntry::mailbox

Mailbox this represents.

Definition at line 45 of file private.h.

◆ is_hidden

bool SbEntry::is_hidden

Don't show, e.g. $sidebar_new_mail_only.

Definition at line 46 of file private.h.

◆ color

const struct AttrColor* SbEntry::color

Colour to use.

Definition at line 47 of file private.h.


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