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

Keep track when getting data from a server. More...

+ Collaboration diagram for FetchCtx:

Data Fields

struct Mailboxmailbox
 Mailbox.
 
anum_t first
 First article number.
 
anum_t last
 Last article number.
 
bool restore
 Restore message headers from cache.
 
unsigned char * messages
 Array of message flags.
 
struct Progress * progress
 Progress bar.
 
struct HeaderCachehc
 Header cache.
 

Detailed Description

Keep track when getting data from a server.

Definition at line 89 of file nntp.c.

Field Documentation

◆ mailbox

struct Mailbox* FetchCtx::mailbox

Mailbox.

Definition at line 91 of file nntp.c.

◆ first

anum_t FetchCtx::first

First article number.

Definition at line 92 of file nntp.c.

◆ last

anum_t FetchCtx::last

Last article number.

Definition at line 93 of file nntp.c.

◆ restore

bool FetchCtx::restore

Restore message headers from cache.

Definition at line 94 of file nntp.c.

◆ messages

unsigned char* FetchCtx::messages

Array of message flags.

Definition at line 95 of file nntp.c.

◆ progress

struct Progress* FetchCtx::progress

Progress bar.

Definition at line 96 of file nntp.c.

◆ hc

struct HeaderCache* FetchCtx::hc

Header cache.

Definition at line 97 of file nntp.c.


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