NeoMutt  2024-04-25-76-g20fe7b
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
PagerData Struct Reference

Data to be displayed by PagerView. More...

#include "lib.h"

+ Collaboration diagram for PagerData:

Data Fields

struct Bodybody
 Current attachment.
 
FILE * fp
 Source stream.
 
struct AttachCtxactx
 Attachment information.
 
const char * fname
 Name of the file to read.
 

Detailed Description

Data to be displayed by PagerView.

Definition at line 160 of file lib.h.

Field Documentation

◆ body

struct Body* PagerData::body

Current attachment.

Definition at line 162 of file lib.h.

◆ fp

FILE* PagerData::fp

Source stream.

Definition at line 163 of file lib.h.

◆ actx

struct AttachCtx* PagerData::actx

Attachment information.

Definition at line 164 of file lib.h.

◆ fname

const char* PagerData::fname

Name of the file to read.

Definition at line 165 of file lib.h.


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