Thanks to visit codestin.com
Credit goes to code.neomutt.org

NeoMutt  2025-12-11-189-gceedb6
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 148 of file private.h.

Field Documentation

◆ name

char* ImapList::name

Mailbox name.

Definition at line 150 of file private.h.

◆ delim

char ImapList::delim

Hierarchy delimiter.

Definition at line 151 of file private.h.

◆ noselect

bool ImapList::noselect

Mailbox is not selectable.

Definition at line 152 of file private.h.

◆ noinferiors

bool ImapList::noinferiors

Mailbox has no children.

Definition at line 153 of file private.h.


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