NeoMutt  2025-12-11-911-gd8d604
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ImapList Struct Reference

Items in an IMAP browser. More...

#include "private.h"

Data Fields

char * name
 Mailbox name.
 
char delim
 Hierarchy delimiter.
 
bool noselect
 Mailbox is not selectable.
 
bool noinferiors
 Mailbox has no children.
 

Detailed Description

Items in an IMAP browser.

Definition at line 164 of file private.h.

Field Documentation

◆ name

char* ImapList::name

Mailbox name.

Definition at line 166 of file private.h.

◆ delim

char ImapList::delim

Hierarchy delimiter.

Definition at line 167 of file private.h.

◆ noselect

bool ImapList::noselect

Mailbox is not selectable.

Definition at line 168 of file private.h.

◆ noinferiors

bool ImapList::noinferiors

Mailbox has no children.

Definition at line 169 of file private.h.


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