NeoMutt  2024-03-23-147-g885fbc
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
 
unsigned int num
 
unsigned int max
 
anum_tchild
 

Detailed Description

Keep track of the children of an article.

Definition at line 106 of file nntp.c.

Field Documentation

◆ mailbox

struct Mailbox* ChildCtx::mailbox

Definition at line 108 of file nntp.c.

◆ num

unsigned int ChildCtx::num

Definition at line 109 of file nntp.c.

◆ max

unsigned int ChildCtx::max

Definition at line 110 of file nntp.c.

◆ child

anum_t* ChildCtx::child

Definition at line 111 of file nntp.c.


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