NeoMutt  2025-12-11-435-g4ac674
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
ChildCtx Struct Reference

Keep track of the children of an article. More...

+ Collaboration diagram for ChildCtx:

Data Fields

struct Mailboxmailbox
 Mailbox.
 
unsigned int num
 Number of children.
 
unsigned int max
 Maximum number of children.
 
anum_tchild
 Array of child article numbers.
 

Detailed Description

Keep track of the children of an article.

Definition at line 103 of file nntp.c.

Field Documentation

◆ mailbox

struct Mailbox* ChildCtx::mailbox

Mailbox.

Definition at line 105 of file nntp.c.

◆ num

unsigned int ChildCtx::num

Number of children.

Definition at line 106 of file nntp.c.

◆ max

unsigned int ChildCtx::max

Maximum number of children.

Definition at line 107 of file nntp.c.

◆ child

anum_t* ChildCtx::child

Array of child article numbers.

Definition at line 108 of file nntp.c.


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